]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Import ldap_open.3 update.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 28 Jan 1999 19:24:30 +0000 (19:24 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 28 Jan 1999 19:24:30 +0000 (19:24 +0000)
CHANGES
doc/man/man3/ldap_open.3

diff --git a/CHANGES b/CHANGES
index f0393f8458374964999d7b0cf9535751b9b17665..506fb15105d6daae7a8990f62504c4136728b646 100644 (file)
--- 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
index 746e66509ac86bc9164df69d6d2a81ce75ab0985..2bc1a501b529f1a9a0fbac0ffedef50730994372 100644 (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.