LDAP Login Failure on a Windows Server 2000

G

Guest

Hello all,

I am using "ldp.exe" on a Windows Server 2000 machine to connect to the
local ldap server. "Connect" is going thru fine. When i try to "bind" using
NULL credentials, its failing with the following error:

*********************************************************
res = ldap_bind_s(ld, NULL, &NtAuthIdentity, 1158); // v.3
{NtAuthIdentity: User='NULL'; Pwd= <unavailable>; domain = 'NULL'.}
Error <49>: ldap_bind_s() failed: Invalid Credentials.
Server error: 8009030C: LdapErr: DSID-0C09043E, comment:
AcceptSecurityContext error, data 0, vece
*********************************************************

If i try doing the same on a windows server 2003 box, bind succeeds.

P.S.: Windows Server 2000 box has its "ComputerName" longer than 15
charcters, so its NETBIOS name is automatically cut-short to 15 charcters.
Same is the case in Windows Server 2003 box where ldp bind is succesful.

Can somebodu please throw some light on this ?? Any help is greatly
appreciated.

Thank you very much.
 
M

Mike Shepperd

What if you bind with credentials?

--
Mike Shepperd
Sunfire Solutions LLC
Seattle, WA

[This posting is provided AS-IS, with no warranties and confers no rights]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top