I'm new to Gerrit and setting up a system for our dev team.
I'm having the AD administrator add some additional groups but how do you utilize the LDAP group in Gerrit?
I see it described but I can't find a step by step example on how to set that up. Can anybody write up or point me to a write up that defines the process of creating and defining Gerrit groups using LDAP groups?
Thanks Doug I can see the AD groups gerrit is pulling. I have the install running behind an apache proxy. Are there additional features enabled if I use HTTP_LDAP instead of LDAP?
My second question is regarding the LDAP groups. I'm not sure how to relate the groups already provided and the LDAP groups. Do I relate the current groups "Project Owners", "Non-Interactive Users" ... to the LDAP groups or am I looking at to high and I should be assigning LDAP groups at the project level.
I created an internal group (Developer) and tried to add an "Included Groups" from the LDAP (ldap\Development) which was in the auto-complete but when I click on "Add" I get an Error saying "The page you requested was not found, or you do not have permission to view this page." I'm accessing gerrit using the first user and I see that my account is one of the members of the group. I'm using the latest 2.6.1. Do you think I miss something in the setup?
Hi Team,
I am trying to configure LDAP with gerrit Version – 2.10.2, But getting below errors, Kindly help me on this,
My gerrit.config settings are follows,
[auth]
type = LDAP
[ldap]
accountBase = ou=people,dc=sisldomain,dc=com
accountPattern = (&(objectClass=person)(uid=${username}))
accountFullName = displayName
Gerrit error.log as follows,
[2015-04-07 16:06:38,385] ERROR com.google.gerrit.server.auth.ldap.LdapRealm : Cannot query LDAP to authenticate userjavax.naming.NamingException: [LDAP: error code 1 - 000004DC: LdapErr: DSID-0C090728, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v2580]; remaining name 'ou=people,dc=sisldomain,dc=com'
Thanks,
Mohan