]> git.sur5r.net Git - openldap/blobdiff - doc/man/man3/ldap_search.3
ITS#5189 add note about db_stat and slapd needing to be run when using quick mode.
[openldap] / doc / man / man3 / ldap_search.3
index abbdc6e6a68f684dd0f1873a76c6ab473298a32b..83374caeaea4b0ec98dd7b9883a45fbc3d174adb 100644 (file)
@@ -1,6 +1,6 @@
 .TH LDAP_SEARCH 3 "RELEASEDATE" "OpenLDAP LDVERSION"
 .\" $OpenLDAP$
-.\" Copyright 1998-2006 The OpenLDAP Foundation All Rights Reserved.
+.\" Copyright 1998-2007 The OpenLDAP Foundation All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_search, ldap_search_s, ldap_search_st, ldap_search_ext, ldap_search_ext_s \- Perform an LDAP search operation
@@ -24,7 +24,8 @@ int \fIattrsonly\fB,
 LDAPControl **\fIserverctrls\fB,
 LDAPControl **\fIclientctrls\fB,
 struct timeval *\fItimeout\fB,
-int sizelimit, *\fImsgidp\fB );
+int \fIsizelimit\fB,
+int *\fImsgidp\fB );
 .RE
 .LP
 .ft B
@@ -39,6 +40,7 @@ int \fIattrsonly\fB,
 LDAPControl **\fIserverctrls\fB,
 LDAPControl **\fIclientctrls\fB,
 struct timeval *\fItimeout\fB,
+int \fIsizelimit\fB,
 LDAPMessage **\fIres\fB );
 .RE
 .SH DESCRIPTION
@@ -81,7 +83,7 @@ The description "*" (LDAP_ALL_USER_ATTRIBUTES) may be used to request
 all user attributes to be returned.
 The description "+"(LDAP_ALL_OPERATIONAL_ATTRIBUTES) may be used to
 request all operational attributes to be returned.  Note that this
-requires the server to suppor the LDAP All Operational Attribute
+requires the server to support the LDAP All Operational Attribute
 extension.
 To request no attributes, the description "1.1" (LDAP_NO_ATTRS)
 should be listed by itself.