Show username instead of login in security list
PostPosted:Tue Apr 17, 2012 11:40 am
Hello, I updated to integration build 7538.
My question is, wherefor is ldap.user and ldap.username used?
In the Securitylist (e.g. on a folder) I want to see the users name (CN).
So, when I configure user.attribute to CN I see the users name. But then the security roles won't work, because it seems they are mapped to the loginname, not the users name. So I tried user.attribute as sAMAccountName and username.attribute as CN. But then I only the the logins in the security list. And users who log in, get the wrong label.
E.g. User1 logs in and in the bottom left corner the text "Logged in as User5" appears instead of "Logged in as User1".
So, how do I configure it in the right way?
My question is, wherefor is ldap.user and ldap.username used?
Code: Select all
I want to achieve the following. principal.ldap.user.attribute = sAMAccountName
principal.ldap.user.search.base = ...
principal.ldap.user.search.filter = ...
principal.ldap.username.attribute =
principal.ldap.username.search.base =
principal.ldap.username.search.filter =
In the Securitylist (e.g. on a folder) I want to see the users name (CN).
So, when I configure user.attribute to CN I see the users name. But then the security roles won't work, because it seems they are mapped to the loginname, not the users name. So I tried user.attribute as sAMAccountName and username.attribute as CN. But then I only the the logins in the security list. And users who log in, get the wrong label.
E.g. User1 logs in and in the bottom left corner the text "Logged in as User5" appears instead of "Logged in as User1".
So, how do I configure it in the right way?