SonarQubeCommunity / sonar-activedirectory

GNU Lesser General Public License v3.0
16 stars 6 forks source link

Display names of active directory user #17

Open spoelly opened 7 years ago

spoelly commented 7 years ago

Default the displayname in the right corner is taken from the cn value in the active directory. In our company, the displayname is stored in the displayName value in the active directory.

So i tried to set this line in the sonar config.

ldap.user.realNameAttribute=displayName

nothing happens... still seeing the cn value in the right corner.. how can i change this?