blob: 6fb4e4cb29ce070c2f3f7dc53378cc42830d7bd1 [file] [log] [blame]
vlm3ceb3262006-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
9The ../../skeletons/converter-sample.c will supply the missing
10"int main()" routine which drives the decoding process.
11
12ldap3dump USAGE
13==============
14
15 ./ldap3dump LDAPMessage.ber # Print as XML (BASIC-XER)
16
17The full list of recognized command line options may be obtained with
18
19 > ./ldap3dump -h
20