From 1258260c14a7416e544c3e5fa44753e79e1d03dc Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga <kurt@openldap.org> Date: Tue, 3 Jan 2006 19:02:27 +0000 Subject: [PATCH] Misc updates from HEAD --- doc/devel/args | 3 ++- doc/devel/todo | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/devel/args b/doc/devel/args index cc7385bdc5..506766990d 100644 --- a/doc/devel/args +++ b/doc/devel/args @@ -9,7 +9,7 @@ ldapwhoami * DE**HI* *O QR UVWXYZ def*h** *n*p* vwxy * reserved - BFGJNgijmoq01235789 + BFGJgijmoq01235789 * General flags: -C Chase Referrals @@ -24,6 +24,7 @@ ldapwhoami * DE**HI* *O QR UVWXYZ def*h** *n*p* vwxy -d debug -h host -n no-op + -N no (SASLprep) normalization of simple bind password -p port -v verbose -V version diff --git a/doc/devel/todo b/doc/devel/todo index a1bba31b4a..97e31ff3da 100644 --- a/doc/devel/todo +++ b/doc/devel/todo @@ -52,14 +52,14 @@ Add BSD kqueue(2) support to slapd(8) Add DSML capabilities to command line tools Add LDIFv2 (XML) support to command line tools Implement authPassword (RFC 3112) -Implement SASLprep +Implement SASLprep (RFC 4013) for LDAP (draft-ietf-ldapbis-*) Implement additional matching rules (RFC 3698) Add dumpasn1 logging support Add tests to test suite Add jail(2) support Recode linked-list structs to use <ldap_queue.h> macros Convert utfconv.txt into man page(s). -Update any manual page +Update manual pages as needed. For additional TODO items, see: -- GitLab