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?