「gerrit」というバインダーの場合: (cn=gerrit,dc=example,dc=com)
gerrit.config で、次の変更を行います。
[auth]
type = LDAP
[ldap]
server = ldaps://ldap.foxpass.co
username = cn=gerrit,dc=example,dc=com
accountBase = dc=example,dc=com
accountPattern = (&(uid=${username})(memberOf=cn=gerrit,ou=groups,dc=example,dc=com)
accountFullName = cn
supportAnonymous = false
以下を secure.config に追加します。
[ldap]
password = {PASSWORD}