Hi community,
I have a question about ldap group mapping.
Until now, the groups we created in the same OU were matching the groups we created in the SonarQube web ui.
Now we have created new groups under a different OU and we want to pair them in SonarQube as well.
In sonar.properties file he GROUP MAPPING setting, I added new OU next to old OU. But it was not working. I get authentication error after adding new OU.
When I delete all OU from ldap.group.baseDn it work but I wonder if it is a correct use.
Does this put an extra load on the system?
GROUP MAPPING
old => ldap.group.baseDn=ou=xx,ou=yy,dc=dc1,dc=dc2
new => ldap.group.baseDn=ou=xx,ou=yy,ou=zz,ou=ww,dc=dc1,dc=dc2
work => ldap.group.baseDn=dc=dc1,dc=dc2
Thank you in advance.