# HG changeset patch # User Paul Aurich # Date 1428025873 25200 # Node ID 9a862059bd9741aaab5c8689262d169d3dd84eea # Parent 71538875be481188b42adfc3a092dcd1e6c46930# Parent fc08d841a309041660e4d4f516eae70a292fa74f Merge diff -r fc08d841a309 -r 9a862059bd97 mod_lib_ldap/README.md --- 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.