java ee - Validating with LDAP -
I have a web application that runs on weblogic. In general, when a user accesses my web app using a browser,
The web application shows them a login page where they are asked to enter their username and password, against them to the LDAP directory Must be certified and then it should present the requested resource. The user ID and password used here are similar to Windows NT User ID and password. I am able to connect LDAP, but valid password is not working.
Please help me in this regard.
Is your server checking that LDAP v3 or LDAP v2? And when you try to connect ldap, connect with the appropriate version.
Comments
Post a Comment