Hi,
I’ve been trying to check the LDAP service of a Windows 2003 without success.
I execute the following check command:
./check_ldap -H lalala -b DC=xxxxxxxx,DC=xxx
And it returns:
Could not search/find objectclasses in DC=xxxxxxxx,DC=xxx
The ldap ports are open on the server:
389/tcp open ldap
636/tcp open ldapssl
The strange thing is i’m checking the same services on Windows 2000 (Old Active Directory) and it works fine.
Is anyone aware of a bug on this check for win2k3? Or any idea of what could it be?
Thanks in advance.