blob: c1b08b8870399e12470c2caf043bd6eb7b7913c9 [file] [log] [blame]
Lev Walkin8c85f2a2006-09-09 11:26:09 +00001
2GENERAL INFORMATION
3===================
4
5The LDAPv3 (Lightweight Directory Access Protocol) PDU decoder.
Lev Walkin9059af42017-09-29 23:14:27 -07006Invoking `make` will compile the ASN.1 specifications from the rfc4511.txt
Lev Walkin8c85f2a2006-09-09 11:26:09 +00007in the above directory.
8
Lev Walkin85c95c52006-09-16 03:42:09 +00009This LDAP decoder has been successfully tested against the PROTOS c06-ldapv3
10security test suite:
11http://www.ee.oulu.fi/research/ouspg/protos/testing/c06/ldapv3/index.html
Lev Walkin8c85f2a2006-09-09 11:26:09 +000012
13ldap3dump USAGE
14==============
15
16 ./ldap3dump LDAPMessage.ber # Print as XML (BASIC-XER)
17
18The full list of recognized command line options may be obtained with
19
20 > ./ldap3dump -h
21