From ae0df6f8f8f95a19d90f03cad154aec48c246940 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 28 Jan 1999 01:23:04 +0000 Subject: [PATCH] Update misleading statement about ldap_init(). It use is actually preferred. ldap_open is to be depreciated. --- doc/man/man3/ldap_open.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5