Thanks Andrei
Type: Posts; User: YamilBracho; Keyword(s):
Thanks Andrei
I would like to authenticate my users ijn two LDAP servers. Search the user in one and if not found look for in the other.
How can i do that ?
TIA
Hi. I just add those lines to my ApplicationContext:
<security:ldap-user-service
server-ref="ldapServer"
group-search-filter="member={0}"
group-role-attribute="cn"
...
HI.
I defined my security as:
<security:ldap-user-service
server-ref="ldapServer"
group-search-filter="member={0}"
group-role-attribute="cn"
user-search-base=""...
Thanks,
I'll be testing it
Thanks,
I'll be testing it
Hi.
I have to autenthicate my users by using two LDAP server.
In at nutshell I am look for my user credential in two differents LDAP data sources ...
How can I do that ?
TIA
Hi.
I have to autenthicate my users by using two LDAP server.
In at nutshell I am look for my user credential in two differents LDAP data sources ...
How can I do that ?
TIA