]> git.sur5r.net Git - openldap/commitdiff
Note ldap_controls, ldap_extended_operation
authorHoward Chu <hyc@openldap.org>
Fri, 23 Feb 2007 19:10:38 +0000 (19:10 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 23 Feb 2007 19:10:38 +0000 (19:10 +0000)
doc/man/man3/ldap.3

index 3dd34f753847c28d459398ca831c62e6504265f1..7782c0c00df991496ddcfc0a95db2d76dc8af10a 100644 (file)
@@ -88,10 +88,14 @@ Search filters to be passed to the search routines are to be
 constructed by hand and should conform to RFC 4515 UTF\-8
 string representation.
 .LP
-LDAP URL are to be passed to routines are expected to conform
+LDAP URLs to be passed to routines are expected to conform
 to RFC 4516 format.  The
 .BR ldap_url (3)
 routines can be used to work with LDAP URLs.
+.LP
+LDAP controls to be passed to routines can be manipulated using the
+.BR ldap_controls (3)
+routines.
 .SH DISPLAYING RESULTS
 Results obtained from the search routines can be output by hand,
 by calling
@@ -184,6 +188,12 @@ list of LDAP errors and their meanings
 .SM ldap_err2string(3)
 convert LDAP error indication to a string
 .TP
+.SM ldap_extended_operation(3)
+asynchronously perform an arbitrary extended operation
+.TP
+.SM ldap_extended_operation_s(3)
+synchronously perform an arbitrary extended operation
+.TP
 .SM ldap_first_attribute(3)
 return first attribute name in an entry
 .TP