This is my security.xml file authentication provider:

<security:ldap-authentication-provider
user-search-filter="(cn={0})"
user-search-base="ou=users"
group-search-filter="(uniqueMember={0})"
group-search-base="ou=groups"
group-role-attribute="cn"
role-prefix="">
</security:ldap-authentication-provider>

I can see that authentication is happening but the roles are not being
fetched in my program and also I am able to display the username defined in
active directory which I specified.

Kinly provide help regaring this aspect.




Regards,
Ajith.P

Reply via email to