From 64514ddfc6f43d621ce78609366d533bc07d1a65 Mon Sep 17 00:00:00 2001 From: xeoneox Date: Thu, 21 Nov 2024 04:01:24 -0500 Subject: [PATCH] example_configs: expand url for OneDev config fix capitalization and expound URL example --- example_configs/onedev.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example_configs/onedev.md b/example_configs/onedev.md index cb1291c..0404c26 100644 --- a/example_configs/onedev.md +++ b/example_configs/onedev.md @@ -1,8 +1,8 @@ -# Configuration for Onedev +# Configuration for OneDev In Onedev, go to `Administration > Authentication Sources` and click `External Authentication` Select `Generic LDAP` -* LDAP URL: Your lldap server's ip/hostname +* LDAP URL: ldap://lldap_ip_or_hostname:3890 or ldaps://lldap_ip_or_hostname:6360 * Authentication Required: On * Manager DN: `uid=admin,ou=people,dc=example,dc=com` * Manager Password: Your bind user's password