asn1c/examples/sample.source.LDAP3
Lev Walkin c744a02926 XER can decode long values 2006-09-15 18:33:25 +00:00
..
Makefile XER can decode long values 2006-09-15 18:33:25 +00:00
README LDAP3 2006-09-09 11:26:09 +00:00
config.h LDAP3 2006-09-09 11:26:09 +00:00
sample-LDAPMessage-1.ber *** empty log message *** 2006-09-09 11:40:23 +00:00

README

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.

The ../../skeletons/converter-sample.c will supply the missing
"int main()" routine which drives the decoding process.

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

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

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

	> ./ldap3dump -h