problems with implementing user authentication with LDAP
hi all,
can any body has clear documentation about how to implement user authentication with LDAP. Here we are facing lot of issues like users are identifying from LDAP but their roles are not identifying/simulating with the CAPS.so can any body provide me the implementaion steps about how to create roles and users in LDAP so that those are identified with CAPS server . it's very urgent for us here.
Thanks In Advance
[440 byte] By [
rss] at [2007-11-26 9:34:05]

# 1
I've done a lot of work with LDAP and Java CAPS and most of the issues I 've run into are config issues. Maybe if you post any exceptions more help can be given.
But if I were to guess.. I'd say to check the basics like your security principle DN, Role/Group DN, User DN, and the attibute names you use are telling CAPS to use to retrieve role/group/user names. Different vendors use different attibutes and that is the thing that always tripped me up.
I hope that helps.
Luis