"Adrian Marsh" Adrian.Marsh@ubiquisys.com writes:
Hi All,
Using Apache 2.2, how do I debug the LDAP lookups being made to a 2003 Domain Controller. Ive one user whos failing to authenticate, but all my other users do and Im trying to see who. He authenticates ok, same password via other mechanisms to the DC, but just not via the Apache LDAP lookup.
Just dump the tranmitted packages by means of tcpdump or wireshark. Get a hex to ascii table and transpose the hex values to ascii.
-Dieter