-
Jul 22nd, 2010, 07:48 AM
#1
having the compet dn + spring security
Hello,
My goal is to recupere the compet dn of my user .
Can I get the dn details when configuring ApplicationContext-security and what the attribute that i shoud specify?
in my applicationcontxt-security i have :
<s:ldap-server
url="ldap://localhost:389/dc=domain" manager-dn="CN=administrateur,CN=Users,DC=domain" manager-password="*****"/>
<s:ldap-authentication-provider
user-search-base=""
user-search-filter="cn={0}"
group-search-filter="member={0}"
group-role-attribute="cn"
group-search-base=""
role-prefix="ROLE_"
/>
thanks you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules