G
Guest
Hey,
I am stumped with an issue concerning our Domain Controller.
Its a Windows 2000 Machine running AD, DHCP and DNS... actually it basically
runs everything since it is our only server...
The Issue is: From the client computers in the domain I cannot seem to
access the AD/LDAP information. And therefore not list users (When trying to
add share permissions for example). If I simply type in the name the server
returns the correct information. But it cannot enumerate users…
There is no problem on the server itself. It can access the Active Directory
fine….
Only the clients have the problems...
# Additional Issues on the clients… Most likely all related to the same
problem:
---------------------------------------
EventViewer on client:
---------------------------------------
Source : UsrEnv
Event ID : 1000
Windows cannot establish a connection to <DomainName> with (10053).
---------------------------------------
Administrative tools on client:
---------------------------------------
# Cannot connect to Domain Server with:
“Active Directory Domains and Trustsâ€
“Active Directory Sites and Servicesâ€
“Active Directory Users and Computersâ€.
---------------------------------------
ldp.exe:
---------------------------------------
# When Trying to connect it returns this message:
ld = ldap_open("<DomainName>", 389);
Established connection to <DomainName>.
Retrieving base DSA information...
Error<94>: ldap_parse_result failed: No result present in message
Getting 0 entries:
# However when trying to connect with the ‘connectionless’ tick enabled it
gives back a hole bunch of data. But then it failes on the bind operation
with:
res = ldap_bind_s(ld, NULL, &NtAuthIdentity, 1158); // v.3
{NtAuthIdentity: User=’<UserName>'; Pwd= <unavailable>; domain =
'<DomainName>'.}
Error <2>: ldap_bind_s() failed: Protocol Error.
=============================
I just do not know what could be wrong...
Any Help would be greatly appreaciated...
Thanks in advance,
R. Bayes
I am stumped with an issue concerning our Domain Controller.
Its a Windows 2000 Machine running AD, DHCP and DNS... actually it basically
runs everything since it is our only server...
The Issue is: From the client computers in the domain I cannot seem to
access the AD/LDAP information. And therefore not list users (When trying to
add share permissions for example). If I simply type in the name the server
returns the correct information. But it cannot enumerate users…
There is no problem on the server itself. It can access the Active Directory
fine….
Only the clients have the problems...
# Additional Issues on the clients… Most likely all related to the same
problem:
---------------------------------------
EventViewer on client:
---------------------------------------
Source : UsrEnv
Event ID : 1000
Windows cannot establish a connection to <DomainName> with (10053).
---------------------------------------
Administrative tools on client:
---------------------------------------
# Cannot connect to Domain Server with:
“Active Directory Domains and Trustsâ€
“Active Directory Sites and Servicesâ€
“Active Directory Users and Computersâ€.
---------------------------------------
ldp.exe:
---------------------------------------
# When Trying to connect it returns this message:
ld = ldap_open("<DomainName>", 389);
Established connection to <DomainName>.
Retrieving base DSA information...
Error<94>: ldap_parse_result failed: No result present in message
Getting 0 entries:
# However when trying to connect with the ‘connectionless’ tick enabled it
gives back a hole bunch of data. But then it failes on the bind operation
with:
res = ldap_bind_s(ld, NULL, &NtAuthIdentity, 1158); // v.3
{NtAuthIdentity: User=’<UserName>'; Pwd= <unavailable>; domain =
'<DomainName>'.}
Error <2>: ldap_bind_s() failed: Protocol Error.
=============================
I just do not know what could be wrong...
Any Help would be greatly appreaciated...
Thanks in advance,
R. Bayes