# HG changeset patch # User Kim Alvefur # Date 1456824670 -3600 # Node ID 2c6d84fb82d90b96484b483a78bf1cfea693c77c # Parent b7c5280277623099f82e8699f0e7fd3e76ddf210 mod_auth_ldap/README: Move hint out of code span diff -r b7c528027762 -r 2c6d84fb82d9 mod_auth_ldap/README.markdown --- a/mod_auth_ldap/README.markdown Sun Feb 28 16:23:30 2016 +0100 +++ b/mod_auth_ldap/README.markdown Tue Mar 01 10:31:10 2016 +0100 @@ -34,7 +34,7 @@ ---------------- ---------------------------------------------------------------------------------------------------------------------- -------------------- ldap\_base LDAP base directory which stores user accounts **Required field** ldap\_server Space-separated list of hostnames or IPs, optionally with port numbers (e.g. "localhost:8389") `"localhost"` - ldap\_rootdn The distinguished name to auth against `"" (anonymous)` + ldap\_rootdn The distinguished name to auth against `""` (anonymous) ldap\_password Password for rootdn `""` ldap\_filter Search filter, with `$user` and `$host` substituded for user- and hostname `"(uid=$user)"` ldap\_scope Search scope. other values: "base" and "onelevel" `"subtree"`