MattWade9320
MattWade9320

Reputation: 11

How to add users in SonarQube using LDAP

Hi I've added the LDAP plugin to my new version of SonarQube (4.5.2) and I'm having difficulty adding a user to it.

I've checked the logs and it seems to linking up the SonarQube and checking it, but I'm struggling to find how I add a user from LDAP to SonarQube.

Upvotes: 0

Views: 6216

Answers (2)

Horst Krause
Horst Krause

Reputation: 686

The users will be added automatically in sonar with the LDAP configured groups when they login.

Attention: But the LDAP groups will not be added automatically. You will have to create them in sonar before the users will log in.

For details see Sonar LDAP Plugin

Upvotes: 0

When using the SonarQube LDAP plugin, you don't actually add users to SonarQube: they get added automatically once they log in for the first time.

And then, each time a users logs in again, the LDAP plugin synchronizes his/her information with SonarQube DB.

Upvotes: 1

Related Questions