Software /
code /
prosody-modules
Comparison
mod_auth_ldap/README.markdown @ 2876:ea6b5321db50
README files: Fix typos
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 04 Feb 2018 16:05:27 +0100 |
parent | 2056:e16593e7d482 |
child | 3325:d92a6daf3c8f |
comparison
equal
deleted
inserted
replaced
2875:c3a039972b74 | 2876:ea6b5321db50 |
---|---|
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` substituted 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"` |
43 ldap\_admins Search filter to match admins, works like ldap\_scope | 43 ldap\_admins Search filter to match admins, works like ldap\_scope |
44 | 44 |