Skip to content
Snippets Groups Projects
Verified Commit 9f054d1a authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Update LDAP documentation

parent 47318117
No related branches found
No related tags found
1 merge request!262Resolve "[LDAP] Allow multiple search bases for users and groups"
Pipeline #2054 passed
......@@ -28,5 +28,7 @@ existing file or add a new one)::
[default.ldap]
uri = "ldaps://ldap.myschool.edu"
bind = { dn = "cn=reader,dc=myschool,dc=edu", password = "secret" }
users = { base = "ou=people,dc=myschool,dc=edu", filter = "(uid=%(user)s)" }
[default.ldap.users]
search = { base = "ou=people,dc=myschool,dc=edu", filter = "(uid=%(user)s)" }
map = { first_name = "givenName", last_name = "sn", email = "mail" }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment