From: Kurt Zeilenga Date: Thu, 28 Jan 1999 19:24:30 +0000 (+0000) Subject: Import ldap_open.3 update. X-Git-Tag: OPENLDAP_REL_ENG_1_2_BETA2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa2c12ce384ad5cc87c57dda3974f94d04f3dcfd;p=thirdparty%2Fopenldap.git Import ldap_open.3 update. --- diff --git a/CHANGES b/CHANGES index f0393f8458..506fb15105 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/doc/man/man3/ldap_open.3 b/doc/man/man3/ldap_open.3 index 746e66509a..2bc1a501b5 100644 --- a/doc/man/man3/ldap_open.3 +++ b/doc/man/man3/ldap_open.3 @@ -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.