We plan to implement the LDAP configuration in the SonarQube settings. So the sonar.properties file is as follows
(& (object = user) (| (memberOf = CN = GL_group, OU = groups, DC = project, DC = company, DC = com)) (SamAccountName = {Login}))
Now we plan to create an Active Directory (AD) group for the entire project, and then add this to the GL_group of the AD group.
We will also add a design team to SonarQube to synchronize with AD.
My question is: will this work? i.e:.
- Add a new project group to AD
- Add this group to the GL_group in AD
- User logged in to Sonar
- User is automatically added to the project group.
Will it be added to the GL_group OR project?
LDAP Settings
sonar.security.realm: LDAP sonar.security.savePassword: false sonar.authenticator.createUsers: true ldap.url: ldap:
source share