Software /
code /
prosody-modules
Changeset
2055:2c6d84fb82d9
mod_auth_ldap/README: Move hint out of code span
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 01 Mar 2016 10:31:10 +0100 |
parents | 2054:b7c528027762 |
children | 2056:e16593e7d482 |
files | mod_auth_ldap/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"`