Import ldap_open.3 update.

This commit is contained in:
Kurt Zeilenga 1999-01-28 19:24:30 +00:00
parent 4498d3de0e
commit fa2c12ce38
2 changed files with 9 additions and 3 deletions

View File

@ -3,6 +3,7 @@ OpenLDAP Change Log
Changes included in OpenLDAP 1.2
CVS Tag: OPENLDAP_REL_ENG_1_2
Fixed slapd/ldbm/add cache set state deadlock bug
Update ldap_open(3) man page to note ldap_init() is preferred.
Changes included in OpenLDAP 1.2
CVS Tag: OPENLDAP_REL_ENG_1_2_BETA

View File

@ -1,4 +1,4 @@
.TH LDAP_OPEN 3 "28 March 1996" "U-M LDAP LDVERSION"
.TH LDAP_OPEN 3 "22 September 1998" "OpenLDAP LDVERSION"
.SH NAME
ldap_init, ldap_open \- Initialize the LDAP library and open a connection to an LDAP server
.SH SYNOPSIS
@ -81,8 +81,8 @@ but does not open a connection
to the LDAP server. The actual connection open will occur when the
first operation is attempted. At this time,
.B ldap_init()
should only
be used if the LDAP library is compiled with LDAP_REFERRALS defined.
is preferred.
.B ldap_open() will be depreciated in a later release.
.SH ERRORS
If an error occurs, these routines will return NULL and errno should be
set appropriately.
@ -111,3 +111,8 @@ in the LDAP structure.
.BR ldap (3),
.BR ldap_bind (3),
.BR errno (3)
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.