| | 
|  | Error might occur #4 -- Wrong password |  
|  | 
 
Subject: Error might occur #4 -- Wrong password
Author: authen
In response to: Error might occur #3 -- Use auth. identit box unchecked
Posted on:  02/08/2010 03:12:34 PM
 
 
Also, if you provide a wrong password, the Kerberos protocol will not go through either.
 Server: myAD.myCompany.com
 Port: 389
 
 Bind Function Type: Generic
 Bind method: SSPI
 Synchronous: checked
 Use auth. identit: checked
 
 User: testuser
 Password: <wrong password>
 (box checked)Domain: MYCOMPANY.COM
 
 You will get, on the client side, the following error:
 
 res = ldap_bind_s(ld, NULL, &NtAuthIdentity, 1158); // v.3
 {NtAuthIdentity: User='testuser'; Pwd= <unavailable>; domain = 'MYCOMPANY.COM'.}
 Error <49>: ldap_bind_s() failed: Invalid Credentials.
 Server error: <empty>
 
 
 On the server side, no binding request was received.
 
 
 
 
 >
 > On 02/08/2010 02:44:27 PM authen wrote:
 
 Also, the Use auth. identit checkbox has to be checked also, otherwise Kerberos protocol will not go through.
 
 Server: myAD.myCompany.com
 Port: 389
 
 Bind Function Type: Generic
 Bind method: SSPI
 Synchronous: checked
 Use auth. identit: un-checked
 
 User: testuser
 Password: <password>
 (box checked)Domain: MYCOMPANY.COM
 
 You will get, on the client side, the following error:
 
 
 res = ldap_bind_s(ld, 'testuser', <unavailable>, 1158); // v.3
 Error <89>: ldap_bind_s() failed: Parameter Error.
 Server error: <empty>
 
 
 On the server side, no binding request was received.
 
 
 
 
 
 References:
 |  |  | 
 |