From: Kurt Zeilenga Date: Thu, 28 Jan 1999 01:23:04 +0000 (+0000) Subject: Update misleading statement about ldap_init(). It use is actually X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~688 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ae0df6f8f8f95a19d90f03cad154aec48c246940;p=openldap Update misleading statement about ldap_init(). It use is actually preferred. ldap_open is to be depreciated. --- diff --git a/doc/man/man3/ldap_open.3 b/doc/man/man3/ldap_open.3 index 7c19bc9b12..2bc1a501b5 100644 --- a/doc/man/man3/ldap_open.3 +++ b/doc/man/man3/ldap_open.3 @@ -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.