1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 10:48:37 +00:00

Set user search base field optional in DLDAP edit page (#6779) (#6789)

This commit is contained in:
ngourdon
2019-04-28 17:36:07 +02:00
committed by techknowlogick
parent 7284829962
commit ed96b84b2e
3 changed files with 9 additions and 1 deletions

View File

@@ -94,6 +94,10 @@ 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 the user's username.