comparison mod_auth_ldap2.wiki @ 511:9cf5a22e30a1

allow_unencrypted_plain_auth is not required
author MWild1@gmail.com
date Fri, 03 Apr 2015 00:57:11 +0000
parents a21acacc8b22
children
comparison
equal deleted inserted replaced
510:82c627fc3477 511:9cf5a22e30a1
9 9
10 You must install [mod_lib_ldap] to use this module. After that, you need only copy mod_auth_ldap2.lua to your Prosody installation's plugins directory. 10 You must install [mod_lib_ldap] to use this module. After that, you need only copy mod_auth_ldap2.lua to your Prosody installation's plugins directory.
11 11
12 = Configuration = 12 = Configuration =
13 13
14 *NOTE*: Due to some limitations in the current implementation of this module, _`allow_unencrypted_plain_auth`_ *must* be set to use this module!
15
16 In addition to the configuration that [mod_lib_ldap] itself requires, this plugin also requires the following fields in the ldap section: 14 In addition to the configuration that [mod_lib_ldap] itself requires, this plugin also requires the following fields in the ldap section:
17 15
18 * user.filter 16 * user.filter
19 * admin (optional) 17 * admin (optional)
20 18