mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
388 B
388 B
Configuration for Gerrit
Edit gerrit.config:
[auth]
type = ldap
[ldap]
server = ldap://lldap:3890
supportAnonymous = false
username = uid=gerritadmin,ou=people,dc=example.com,dc=com
accountBase = ou=people,dc=example.com,dc=com
accountPattern = (uid=${username})
accountFullName = cn
accountEmailAddress = mail
The supportAnonymous = false must be set.