blob: 4c58cc17c5357c78186f5b6cc0c13c7ba0d3afab [file] [log] [blame]
Lev Walkin8c85f2a2006-09-09 11:26:09 +00001
2GENERAL INFORMATION
3===================
4
5The LDAPv3 (Lightweight Directory Access Protocol) PDU decoder.
6Invoking `make` will compile the ASN.1 specifications from the rfc4211.txt
7in 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