comparison mod_auth_ldap/README.markdown @ 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 6d7699eda594
children e16593e7d482
comparison
equal deleted inserted replaced
2054:b7c528027762 2055:2c6d84fb82d9
32 32
33 Name Description Default value 33 Name Description Default value
34 ---------------- ---------------------------------------------------------------------------------------------------------------------- -------------------- 34 ---------------- ---------------------------------------------------------------------------------------------------------------------- --------------------
35 ldap\_base LDAP base directory which stores user accounts **Required field** 35 ldap\_base LDAP base directory which stores user accounts **Required field**
36 ldap\_server Space-separated list of hostnames or IPs, optionally with port numbers (e.g. "localhost:8389") `"localhost"` 36 ldap\_server Space-separated list of hostnames or IPs, optionally with port numbers (e.g. "localhost:8389") `"localhost"`
37 ldap\_rootdn The distinguished name to auth against `"" (anonymous)` 37 ldap\_rootdn The distinguished name to auth against `""` (anonymous)
38 ldap\_password Password for rootdn `""` 38 ldap\_password Password for rootdn `""`
39 ldap\_filter Search filter, with `$user` and `$host` substituded for user- and hostname `"(uid=$user)"` 39 ldap\_filter Search filter, with `$user` and `$host` substituded for user- and hostname `"(uid=$user)"`
40 ldap\_scope Search scope. other values: "base" and "onelevel" `"subtree"` 40 ldap\_scope Search scope. other values: "base" and "onelevel" `"subtree"`
41 ldap\_tls Enable TLS (StartTLS) to connect to LDAP (can be true or false). The non-standard 'LDAPS' protocol is not supported. `false` 41 ldap\_tls Enable TLS (StartTLS) to connect to LDAP (can be true or false). The non-standard 'LDAPS' protocol is not supported. `false`
42 ldap\_mode How passwords are validated. `"bind"` 42 ldap\_mode How passwords are validated. `"bind"`