Q: LDAP configuration in Database

Hello Everyone,

I need help in knowing if the ldap configuration can be done by the base or is it mandatory by the sonar.properties? because I want my ldap server credentials to be visible in the file, I hope that in the database they can be encrypted

Im using Sonarqube 7.1 and Postgres 9.6
Regards

Hi Jonathan,

The LDAP settings should only be set in sonar.properties, and you can use encrypted value inside.
See Settings Encryption in https://docs.sonarqube.org/latest/instance-administration/security/ fore more details.

Regards

Hi Julien, thanks very much for aswer (Y)