From a55ff4f410feded17e90b34d509bfbe4f1e19fd1 Mon Sep 17 00:00:00 2001 From: ngourdon <31291059+ngourdon@users.noreply.github.com> Date: Sun, 28 Apr 2019 15:53:55 +0200 Subject: [PATCH] Set user search base field optional in DLDAP edit page (#6779) --- doc/features/authentication.en-us.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/features/authentication.en-us.md b/doc/features/authentication.en-us.md index 42424b50..afa92196 100644 --- a/doc/features/authentication.en-us.md +++ b/doc/features/authentication.en-us.md @@ -115,6 +115,10 @@ Both the LDAP via BindDN and the simple auth LDAP share the following fields: - Example: `cn=%s,ou=Users,dc=mydomain,dc=com` - Example: `uid=%s,ou=Users,dc=mydomain,dc=com` +- User Search Base (optional) + - The LDAP base at which user accounts will be searched for. + - Example: `ou=Users,dc=mydomain,dc=com` + - User Filter **(required)** - An LDAP filter declaring when a user should be allowed to log in. The `%s` matching parameter will be substituted with login name given on sign-in