From 98761f1edb54e3fcdb41dfa09b6a6fba2a8b81b5 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 25 Jul 1999 20:52:42 +0000 Subject: [PATCH] Update "*", "+", "1.1" attribute type usage. --- doc/man/man1/ldapsearch.1 | 2 +- doc/man/man3/ldap_search.3 | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/doc/man/man1/ldapsearch.1 b/doc/man/man1/ldapsearch.1 index acdf7ddb63..6282e24850 100644 --- a/doc/man/man1/ldapsearch.1 +++ b/doc/man/man1/ldapsearch.1 @@ -1,4 +1,4 @@ -.TH LDAPSEARCH 1 "10 November 1998" "OpenLDAP LDVERSION" +.TH LDAPSEARCH 1 "25 July 1999" "OpenLDAP LDVERSION" .SH NAME ldapsearch \- ldap search tool .SH SYNOPSIS diff --git a/doc/man/man3/ldap_search.3 b/doc/man/man3/ldap_search.3 index 55bd5dba9a..01c67c7bd9 100644 --- a/doc/man/man3/ldap_search.3 +++ b/doc/man/man3/ldap_search.3 @@ -1,4 +1,4 @@ -.TH LDAP_SEARCH 3 "22 September 1998" "OpenLDAP LDVERSION" +.TH LDAP_SEARCH 3 "25 July 1999" "OpenLDAP LDVERSION" .SH NAME ldap_search, ldap_search_s, ldap_search_st \- Perform an LDAP search operation .SH SYNOPSIS @@ -87,8 +87,16 @@ filters. See for routines to help in constructing search filters automatically. .LP \fIAttrs\fP is a null-terminated array of attribute types to return -from entries that match \fIfilter\fP. If NULL is specified, all -attributes will be returned. \fIAttrsonly\fP should be set to 1 if +from entries that match \fIfilter\fP. +If NULL is specified, all attributes will be returned. +The type "*" (LDAP_ALL_USER_ATTRIBUTES) may be used to request +all user attributes to be returned. +The type "+"(LDAP_ALL_OPERATIONAL_ATTRIBUTES) may be used to request +all operational attributes to be returned. +To request no attributes, the type "1.1" (LDAP_NO_ATTRS) +should be listed by itself. +.LP +\fIAttrsonly\fP should be set to 1 if only attribute types are wanted. It should be set to 0 if both attributes types and attribute values are wanted. .SH ERRORS -- 2.39.5