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