Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can any one help me in resolving my issue, I am trying to authenticate user by LDAP i am getting the following error Logon failure: unknown user name or bad password


Recently I have done migration of my application from .net 1.1 to 4.0

LDAP is working fine for 1.1 version but it is not working for 4.0

and i am using
IBank.Framework.Components.LDAP.dll for LDAP connection

Is there any new class for cross domin authentication in .net 4.0
Posted
Updated 2-Jun-14 21:07pm
v2
Comments
Mehdi Gholam 31-May-14 4:46am    
Contact the component provider for more information.
ZurdoDev 31-May-14 11:28am    
I think the error is pretty clear, don't you?

1 solution

The error only has 1 solution, as far as I know. You need to fix the username and password issue. Perhaps an account changed in LDAP and it no longer has access.

You may want to see if the .Net classes work better, System.DirectoryServices

http://msdn.microsoft.com/en-us/library/bb332056.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900