diff options
author | ngourdon <31291059+ngourdon@users.noreply.github.com> | 2019-04-28 15:53:55 +0200 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2019-04-28 09:53:55 -0400 |
commit | d29d97d91cab8b34165ec65b9de3be746312f015 (patch) | |
tree | 1ac917bd99c7ff124bc4878d77a0e94a5d4b4ce4 /docs | |
parent | 345bc06e56c05985611029c89cb15f0c9c10b686 (diff) | |
download | gitea-d29d97d91cab8b34165ec65b9de3be746312f015.tar.gz gitea-d29d97d91cab8b34165ec65b9de3be746312f015.zip |
Set user search base field optional in DLDAP edit page (#6779)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/features/authentication.en-us.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/content/doc/features/authentication.en-us.md b/docs/content/doc/features/authentication.en-us.md index 42424b50e4..afa9219676 100644 --- a/docs/content/doc/features/authentication.en-us.md +++ b/docs/content/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 |