]> git.sur5r.net Git - openldap/commitdiff
Update misleading statement about ldap_init(). It use is actually
authorKurt Zeilenga <kurt@openldap.org>
Thu, 28 Jan 1999 01:23:04 +0000 (01:23 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 28 Jan 1999 01:23:04 +0000 (01:23 +0000)
preferred.  ldap_open is to be depreciated.

doc/man/man3/ldap_open.3

index 7c19bc9b122c23e307a23db07e817b467a75a5fb..2bc1a501b529f1a9a0fbac0ffedef50730994372 100644 (file)
@@ -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.