LDAP Password Validation
Hi Team,
Could you please help me out to achieve below scenario
Configured LDAP server & test connectivity from Pega side is successful but once I enter same Uid which I configured in LDAP server I am able to log in to Pega but there is no password validation. Pega is taking any password and authenticating the user. It is just checking if the user exists in LDAP and not validating the password
Activity used -AuthenticationLDAPWebVerifyCredentials
Below change, but the issue is still there
Change-1
Authentication Activity- AuthenticationLDAPWebVerifyCredentials even I tried with AuthenticationLDAPVerifyCredentials after specifying AuthenticationLDAPVerifyCredentials this activity I am not able to login with existing UID in LDAP side (login unsuccessful)
Change-2
Instead of Creating Operator at organization Level I created inside unit(OU) of LDAP
like this- ldap://localhost:10389/uid=aditya,ou=bhargavUnit,o=bhargavCompany
Any help/suggestions is appreciated
Thanks
B Kumar