0

If I perform the following

  • add the LDAP plugin and configure it correctly
  • set sonar.authenticator.createUsers=false

then the docs say

Setting this value to false, makes it mandatory for a System administrator to first declare a user through the SonarQube web interface before allowing this user to log into SonarQube.

However if I go to the admin console and create a user then it is created as a local user and there is no way to change this at present.

Is there a way to do this in 5.6.x?

G. Ann - SonarSource Team
  • 22,346
  • 4
  • 40
  • 76
Matt
  • 8,367
  • 4
  • 31
  • 61

1 Answers1

1

You're right, the description of sonar.authenticator.createUsers=false is false. I'll update it to "Allow new users to authenticate. When set to 'false', only existing users will be able to authenticate to the server."