]> git.sur5r.net Git - openldap/commitdiff
Update "*", "+", "1.1" attribute type usage.
authorKurt Zeilenga <kurt@openldap.org>
Sun, 25 Jul 1999 20:52:42 +0000 (20:52 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 25 Jul 1999 20:52:42 +0000 (20:52 +0000)
doc/man/man1/ldapsearch.1
doc/man/man3/ldap_search.3

index acdf7ddb6304cfc16fa4ba77853e9e061e95cd5c..6282e24850c99df5bba3ffff96044609d863c3dc 100644 (file)
@@ -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
index 55bd5dba9aa916ff8aa80060633157c4ff508f6a..01c67c7bd90adc83877c23fca78677bf2e4bfcd7 100644 (file)
@@ -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