asn1c/examples/sample.source.LDAP3/README

22 lines
597 B
Plaintext
Raw Normal View History

2006-09-09 11:26:09 +00:00
GENERAL INFORMATION
===================
The LDAPv3 (Lightweight Directory Access Protocol) PDU decoder.
2017-09-30 06:14:27 +00:00
Invoking `make` will compile the ASN.1 specifications from the rfc4511.txt
2006-09-09 11:26:09 +00:00
in the above directory.
2006-09-16 03:42:09 +00:00
This LDAP decoder has been successfully tested against the PROTOS c06-ldapv3
security test suite:
http://www.ee.oulu.fi/research/ouspg/protos/testing/c06/ldapv3/index.html
2006-09-09 11:26:09 +00:00
ldap3dump USAGE
==============
./ldap3dump -p LDAPMessage -iber -oxer sample-LDAPMessage-1.ber # Print as XML (BASIC-XER)
2006-09-09 11:26:09 +00:00
The full list of recognized command line options may be obtained with
> ./ldap3dump -h