diff options
-rw-r--r-- | man/nss-ldapd.conf.5.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/nss-ldapd.conf.5.xml b/man/nss-ldapd.conf.5.xml index 8c676df..99659c0 100644 --- a/man/nss-ldapd.conf.5.xml +++ b/man/nss-ldapd.conf.5.xml @@ -123,6 +123,11 @@ supported by the <acronym>LDAP</acronym> library). </para> <para> + When using the ldapi scheme, %2f should be used to escape slashes + (e.g. ldapi://%2fvar%2frun%2fslapd%2fldapi/), although most of the + time this should not be needed. + </para> + <para> This option may be specified multiple times. Normally, only the first server will be used with the following servers as fallback (see <option>bind_timelimit</option> below). |