diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-09-28 10:06:28 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-09-28 10:06:28 +0200 |
commit | dd8245f6a0bcaab0bdfd8ca8f8e4b7aea5e307de (patch) | |
tree | 75cde4d2a525dcff29ce63fd89f1f6f55430d30d | |
parent | f9536e055a55c96ce031cc06545307e8b1854610 (diff) |
add note about escaping of ldapi:// scheme
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@428 ef36b2f9-881f-0410-afb5-c4e39611909c
-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). |