Many network protocols like HTTP and SMTP are text-based, which means that
it is relatively simple to decode that information if it is intercepted over the wire.
LDAP, however, is binary protocol that uses the ASN.1 basic encoding rules
specification to encode all communication. While some components of LDAP
communication (e.g., distinguished names) may be decipherable, it is
significantly more difficult to interpret other data elements.
To address this problem, the LDAPDecoder utility provides a means of
interpreting LDAP communication and displaying it in a human-readable form.
This can be very useful for debugging problems with the interaction between
LDAP clients and a directory server, or to simply gain a better understanding of
the structure of LDAP traffic.
LDAPDecoder can be downloaded from
http://www.slamd.com/download.shtml location.
Unpack the LDAPDecoder.jar and the howto guide from the compressed file in a folder.
for running LDAPDecoder use following command
java -jar LDAPDecoder.jar -L
-f
No comments:
Post a Comment