Update misleading statement about ldap_init(). It use is actually

preferred.  ldap_open is to be depreciated.
This commit is contained in:
Kurt Zeilenga 1999-01-28 01:23:04 +00:00
parent 4ea54855c2
commit ae0df6f8f8

View 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.