LDAP3


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1164 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/examples/sample.source.LDAP3/README b/examples/sample.source.LDAP3/README
new file mode 100644
index 0000000..6fb4e4c
--- /dev/null
+++ b/examples/sample.source.LDAP3/README
@@ -0,0 +1,20 @@
+
+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
+