Skip to content
Snippets Groups Projects
Commit ae0df6f8 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

preferred.  ldap_open is to be depreciated.
parent 4ea54855
Branches
Tags
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment