version 1.45, 2007/01/02 19:00:53
|
version 1.46, 2007/02/23 18:10:38
|
Line 1
|
Line 1
|
.TH LDAP 3 "RELEASEDATE" "OpenLDAP LDVERSION" |
.TH LDAP 3 "RELEASEDATE" "OpenLDAP LDVERSION" |
.\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap.3,v 1.44 2006/06/13 21:07:10 kurt Exp $ |
.\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap.3,v 1.45 2007/01/02 19:00:53 kurt Exp $ |
.\" Copyright 1998-2007 The OpenLDAP Foundation All Rights Reserved. |
.\" Copyright 1998-2007 The OpenLDAP Foundation All Rights Reserved. |
.\" Copying restrictions apply. See COPYRIGHT/LICENSE. |
.\" Copying restrictions apply. See COPYRIGHT/LICENSE. |
.SH NAME |
.SH NAME |
Line 88 Search filters to be passed to the searc
|
Line 88 Search filters to be passed to the searc
|
constructed by hand and should conform to RFC 4515 UTF\-8 |
constructed by hand and should conform to RFC 4515 UTF\-8 |
string representation. |
string representation. |
.LP |
.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 |
to RFC 4516 format. The |
.BR ldap_url (3) |
.BR ldap_url (3) |
routines can be used to work with LDAP URLs. |
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 |
.SH DISPLAYING RESULTS |
Results obtained from the search routines can be output by hand, |
Results obtained from the search routines can be output by hand, |
by calling |
by calling |
Line 184 list of LDAP errors and their meanings
|
Line 188 list of LDAP errors and their meanings
|
.SM ldap_err2string(3) |
.SM ldap_err2string(3) |
convert LDAP error indication to a string |
convert LDAP error indication to a string |
.TP |
.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) |
.SM ldap_first_attribute(3) |
return first attribute name in an entry |
return first attribute name in an entry |
.TP |
.TP |