fixed the problem with empy password authentication. Ldap somehow allows DirContext to be created when empty password is provided as in our case instead of comlaining like with wrong password string. So included a check for empty password in order to reject the login.
fixed the problem with empy password authentication.
Ldap somehow allows DirContext to be created
when empty password is provided as in our case
instead of comlaining like with wrong password string.
So included a check for empty password in order to reject the login.