Skip to content
Snippets Groups Projects
Forked from oai / asn1c
278 commits behind the upstream repository.
user avatar
Lev Walkin authored
d7f5cb9e
History
GENERAL INFORMATION
===================

The LDAPv3 (Lightweight Directory Access Protocol) PDU decoder.
Invoking `make` will compile the ASN.1 specifications from the rfc4211.txt
in the above directory.

This LDAP decoder has been successfully tested against the PROTOS c06-ldapv3
security test suite:
http://www.ee.oulu.fi/research/ouspg/protos/testing/c06/ldapv3/index.html

ldap3dump USAGE
==============

	./ldap3dump LDAPMessage.ber	# Print as XML (BASIC-XER)

The full list of recognized command line options may be obtained with

	> ./ldap3dump -h