|
Home > Archive > WebSphere Portal Server > July 2005 > how to use email address (in LDAP) as login name for websphere portal?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
how to use email address (in LDAP) as login name for websphere portal?
|
|
|
| Is it possible to use email address (in LDAP) as login name for websphere portal?
Our ldap has following attributes
email, uid
We want to achieve following
Login using the email
but the DN should be uid=xxx,ou=...
Is it possible or sane to do this? if So, How?
rgds,
deepak
| |
|
| Yes, it's possible. You need to set userFilter in security.xml to something
like (&(|(mail=%v)(uid=%v))(objectclass=...)).
<bajaj_deepak@hotmail.com> wrote in message
news:1856476280.1122412016876.JavaMail.wassrvr@ltsgwas007.sby.ibm.com...
> Is it possible to use email address (in LDAP) as login name for websphere
portal?
>
> Our ldap has following attributes
> email, uid
>
> We want to achieve following
> Login using the email
> but the DN should be uid=xxx,ou=...
>
> Is it possible or sane to do this? if So, How?
>
> rgds,
> deepak
|
|
|
|
|