]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#5009
authorGavin Henry <ghenry@openldap.org>
Wed, 13 Jun 2007 21:16:10 +0000 (21:16 +0000)
committerGavin Henry <ghenry@openldap.org>
Wed, 13 Jun 2007 21:16:10 +0000 (21:16 +0000)
CHANGES
doc/man/man1/ldapsearch.1

diff --git a/CHANGES b/CHANGES
index f15b3405a3ef79e19e6f3518846b773b33d14a09..4ecbbb3ef89841fedb7736dc9bdd4a81fcfc73c9 100644 (file)
--- 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)
index ef8a735b2f9145d72fe0743d1f33fb567beafb6f..0e7fe7a402f2fabb67662703b9fa914b2d0def67 100644 (file)
@@ -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).