Ladap Update details

Hello,
I have version 9.8.0.63668 of SonicQube, it’s working with LDAPS without any problem, but Security—Users I can see the username but I didn’t extract the email address, I have these parameters configured,

# User Configuration
ldap.user.baseDn=ou=Users,dc=mycompany,dc=com
ldap.user.request=(&(objectClass=inetOrgPerson)(uid={login}))
ldap.user.realNameAttribute=cn
ldap.user.emailAttribute=mail

I don’t know what I should configure to show the mail address.
Can you help me, please?

Hi,

When I check a user on our internal instance, I see both name and email. You should start by verifying that your LDAP response contains this data - either in an independent LDAP client, or by turning your server logging to DEBUG briefly. I suspect it does not, and you may want consult your LDAP administrator to make sure you’re using the right attribute to get the email address.

 
HTH,
Ann

Hi G Ann Campbell
Thank you very much for your answer, I will check it.
Could you tell me how to change my server registry to DEBUG please?

Hi,

You can adjust this in the server configuration, as described in the docs or set it temporarily via the UI via Administration → System → Log level

 
Ann