Mercurial > prosody-modules
changeset 1645:9a862059bd97
Merge
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Thu, 02 Apr 2015 18:51:13 -0700 |
parents | 71538875be48 (diff) fc08d841a309 (current diff) |
children | 95b8b1f9a882 |
files | |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_lib_ldap/README.md Thu Apr 02 01:04:20 2015 +0100 +++ b/mod_lib_ldap/README.md Thu Apr 02 18:51:13 2015 -0700 @@ -6,11 +6,12 @@ # LDAP Authentication -**NOTE**: LDAP authentication currently only works with plaintext auth! If this isn't ok -with you, don't use it! (Or better yet, fix it =) ) +**NOTE**: LDAP authentication currently only works with plaintext auth (as opposed to DIGEST-MD5 or SCRAM) +If this isn't ok with you, don't use it! (Or better yet, fix it =) ) -With that note in mind, you need to set 'allow\_unencrypted\_plain\_auth' to true in your configuration if -you want to use LDAP authentication. +With that note in mind, if you need to allow (XMPP) clients to connect to your server without TLS and +want to use this module, you need to set 'allow\_unencrypted\_plain\_auth' to true in your +configuration. You probably don't actually want to do this, though. To enable LDAP authentication, set 'authentication' to 'ldap2' in your configuration file. See also http://prosody.im/doc/authentication.