From e643fd132dc4af4b2c14c0a821d052d6d3545b8e Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount <quanah@openldap.org> Date: Wed, 3 Jun 2009 00:20:07 +0000 Subject: [PATCH] ITS#6146 --- CHANGES | 1 + doc/man/man1/ldapsearch.1 | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 2d84a41160..f668f17331 100644 --- a/CHANGES +++ b/CHANGES @@ -32,6 +32,7 @@ OpenLDAP 2.4.17 Engineering Fixed winsock detection for windows (ITS#6102, ITS#6078) Documentation admin24 fixed example regex (ITS#6052) + ldapsearch(1) output format description (ITS#6146) ldap.conf(5) improve sizelimit/timelimit limits (ITS#6127) slapd.conf(5) pidfile/argsfile description fix (ITS#5975) slapd-config(5) pidfile/argsfile description fix (ITS#5975) diff --git a/doc/man/man1/ldapsearch.1 b/doc/man/man1/ldapsearch.1 index 5292ca93b0..bdd33d7bda 100644 --- a/doc/man/man1/ldapsearch.1 +++ b/doc/man/man1/ldapsearch.1 @@ -102,6 +102,9 @@ finds one or more entries, the attributes specified by returned. If + is listed, all operational attributes are returned. If no \fIattrs\fP are listed, all user attributes are returned. If only 1.1 is listed, no attributes will be returned. +.LP +The search results are displayed using an extended version of LDIF. +Option \fI\-L\fP controls the format of the output. .SH OPTIONS .TP .B \-n -- GitLab