Foxpass を使用した Gerrit LDAPの設定

「gerrit」というバインダーの場合: (cn=gerrit,dc=example,dc=com)

gerrit.config で、次の変更を行います。

 
Text

[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 に追加します。

 
Text

[ldap]
        password = {PASSWORD}

 

  
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています