From 85c95c5d0a00d6768113bfa7f893c79610b6a5e8 Mon Sep 17 00:00:00 2001 From: Lev Walkin <vlm@lionet.info> Date: Sat, 16 Sep 2006 03:42:09 +0000 Subject: [PATCH] LDAP against PROTOS --- examples/sample.source.LDAP3/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/sample.source.LDAP3/README b/examples/sample.source.LDAP3/README index 6fb4e4cb..4c58cc17 100644 --- a/examples/sample.source.LDAP3/README +++ b/examples/sample.source.LDAP3/README @@ -6,8 +6,9 @@ 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. +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 ldap3dump USAGE ============== -- GitLab