Software /
code /
prosody-modules
Changeset
1824:8435e1766054
mod_auth_ldap/README: Fix missing word and more markdown syntax tweaks
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 03 Sep 2015 03:22:31 +0200 |
parents | 1823:50d3383a2e08 |
children | 1825:1b5c817cb642 |
files | mod_auth_ldap/README.markdown |
diffstat | 1 files changed, 7 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_auth_ldap/README.markdown Thu Sep 03 03:19:30 2015 +0200 +++ b/mod_auth_ldap/README.markdown Thu Sep 03 03:22:31 2015 +0200 @@ -41,7 +41,7 @@ ldap\_tls Enable TLS (StartTLS) to connect to LDAP (can be true or false). The non-standard 'LDAPS' protocol is not supported. `false` ldap\_mode How passwords are validated. `"bind"` -**Note:** lua-ldap reads from /etc/ldap/ldap.conf and other files like +**Note:** lua-ldap reads from `/etc/ldap/ldap.conf` and other files like `~prosody/.ldaprc` if they exist. Users wanting to use a particular TLS root certificate can specify it in the normal way using TLS\_CACERT in the OpenLDAP config file. @@ -49,12 +49,13 @@ Modes ===== -The "getpasswd" mode requires plain text access to passwords in LDAP and -feeds them into Prosodys authentication system. This enables more secure -authentication mechanisms but does not work for all deployments. +The `"getpasswd"` mode requires plain text access to passwords in LDAP +and feeds them into Prosodys authentication system. This enables more +secure authentication mechanisms but does not work for all deployments. -The "bind" performs an LDAP bind, does not require plain text access to -passwords but limits you to the PLAIN authentication mechanism. +The `"bind"` mode performs an LDAP bind, does not require plain text +access to passwords but limits you to the PLAIN authentication +mechanism. Compatibility =============