Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
ee720641
Commit
ee720641
authored
Dec 17, 2010
by
Quanah Gibson-Mount
Browse files
ITS#6601
parent
65c08985
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
ee720641
...
...
@@ -31,6 +31,7 @@ OpenLDAP 2.4.24 Engineering
Fixed contrib/nssov to only close socket on shutdown (ITS#6676)
Documentation
admin24 guide typo fixes (ITS#6609)
ldap_open(3) document ldap_set_urllist_proc (ITS#6601)
OpenLDAP 2.4.23 Release (2010/06/30)
Fixed libldap to return server's error code (ITS#6569)
...
...
doc/man/man3/ldap_open.3
View file @
ee720641
...
...
@@ -171,7 +171,19 @@ The function may manipulate the URI list; the typical use consists
in moving the successful URI to the head of the list,
so that subsequent attempts to connect to one of the URIs using the same LDAP handle
will try it first.
By default, this function is not defined.
If
.I ld
is null,
.I proc
is set as a global parameter that is inherited by all handlers
within the process that are created after the call to
.BR ldap_set_urllist_proc() .
By default, no
.I LDAP_URLLIST_PROC
is set.
In a multithreaded environment,
.B ldap_set_urllist_proc()
must be called before any concurrent operation using the LDAP handle is started.
Note: the first call into the LDAP library also initializes the global
options for the library. As such the first call should be single-threaded
...
...
doc/man/man3/ldap_open.3.links
View file @
ee720641
ldap_init.3
ldap_initialize.3
ldap_set_urllist_proc.3
ldap_init_fd.3
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment