Multiple AD Domains Authentication using LDAP

I would like to allow users from multiple AD domains to be able to authenticate to sonarqube… How would the configuration for ldap use baseDn have to be setup to allow users from multiple different domains?

Example

baseDn1=OU=ou1,OU=ou2,DC=dc1,DC=dc2,DC=dc3
baseDn2=OU=xx1,OU=xx2,DC=aa1,DC=aa2

Hi,

This isn’t the best place to come for LDAP advice. Your best bet is to get a 3rd-party LDAP client and use it to work out how to configure this. Then you can transfer that configuration into SonarQube.

 
HTH,
Ann

Hi Ann,

In my previous experience with other 3rd party tools, I had the option to create configurations for different AD directories separately to query using ldap. Is something similar achievable with Sonarqube Enterprise?

Thank you for your reply,
Hartej.

Hi Hartej,

You might be looking for the “Multiple Servers” part of the docs.

 
HTH,
Ann

1 Like