mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Update misleading statement about ldap_init(). It use is actually
preferred. ldap_open is to be depreciated.
This commit is contained in:
parent
4ea54855c2
commit
ae0df6f8f8
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user