c1b08b8870399e12470c2caf043bd6eb7b7913c9
[com/asn1c.git] / examples / sample.source.LDAP3 / README
1
2 GENERAL INFORMATION
3 ===================
4
5 The LDAPv3 (Lightweight Directory Access Protocol) PDU decoder.
6 Invoking `make` will compile the ASN.1 specifications from the rfc4511.txt
7 in the above directory.
8
9 This LDAP decoder has been successfully tested against the PROTOS c06-ldapv3
10 security test suite:
11 http://www.ee.oulu.fi/research/ouspg/protos/testing/c06/ldapv3/index.html
12
13 ldap3dump USAGE
14 ==============
15
16         ./ldap3dump LDAPMessage.ber     # Print as XML (BASIC-XER)
17
18 The full list of recognized command line options may be obtained with
19
20         > ./ldap3dump -h
21