mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
comment a useful feature of using URIs
This commit is contained in:
parent
e5a1418756
commit
55d21236d1
@ -37,7 +37,14 @@ modification should not be used, as they could be passed to the target
|
||||
servers, generating an error.
|
||||
.TP
|
||||
.B uri <ldapurl>
|
||||
LDAP server to use.
|
||||
LDAP server to use. Multiple URIs can be set in in a single
|
||||
.B ldapurl
|
||||
argument, resulting in the underlying library automatically
|
||||
call the first server of the list that responds, e.g.
|
||||
|
||||
\fBuri "ldap://host/ ldap://backup-host"\fP
|
||||
|
||||
The URI list is space- or comma-separated.
|
||||
.TP
|
||||
.B server <hostport>
|
||||
Obsolete option; same as `uri ldap://<hostport>/'.
|
||||
|
Loading…
Reference in New Issue
Block a user