Hi,
We are using the latest community edition of SonarQube, and want to check is it possible to disable LDAP auto user creation.
The use case is, we still want users be able to authenticate using LDAP, but NOT allow all users to sign-in, i.e, create accounts in UI by admin first (as required by coporate policy), then users can login/authenticate via LDAP.
We noticed in the past, there is an option:
sonar.authenticator.createUsers=false
Just to confirm is this possible now?
Thanks