From: Gavin Henry Date: Wed, 13 Jun 2007 21:16:10 +0000 (+0000) Subject: ITS#5009 X-Git-Tag: OPENLDAP_REL_ENG_2_3_36~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e522571b389072ec3477e6e7c7b0d718af420e3;p=thirdparty%2Fopenldap.git ITS#5009 --- diff --git a/CHANGES b/CHANGES index f15b3405a3..4ecbbb3ef8 100644 --- a/CHANGES +++ b/CHANGES @@ -31,6 +31,7 @@ OpenLDAP 2.3.36 Engineering Documentation Updated slapadd(8) with details on -s option Updated slapo-ppolicy(5) for pwdAccountLockedTime zero example (ITS#4978) + Updated ldapsearch(1) with details on -C option (ITS#5009) OpenLDAP 2.3.35 Release (2007/04/09) Fixed ldapmodify to use correct memory free functions (ITS#4901) diff --git a/doc/man/man1/ldapsearch.1 b/doc/man/man1/ldapsearch.1 index ef8a735b2f..0e7fe7a402 100644 --- a/doc/man/man1/ldapsearch.1 +++ b/doc/man/man1/ldapsearch.1 @@ -21,6 +21,8 @@ ldapsearch \- LDAP search tool [\c .BR \-A ] [\c +.BR \-C ] +[\c .BR \-L[L[L]] ] [\c .BR \-M[M] ] @@ -132,6 +134,9 @@ Retrieve attributes only (no values). This is useful when you just want to see if an attribute is present in an entry and are not interested in the specific values. .TP +.B \-C +Chase referrals (anonymously). +.TP .B \-L Search results are display in LDAP Data Interchange Format detailed in .BR ldif (5).