comparison mod_auth_ldap2.wiki @ 318:beb5bcb9eb91

Edited wiki page mod_auth_ldap2 through web user interface.
author rdhoelz@gmail.com
date Wed, 05 Dec 2012 11:35:02 +0000
parents 1ed2cf3ca3fc
children a21acacc8b22
comparison
equal deleted inserted replaced
317:629d6b524cb9 318:beb5bcb9eb91
1 #summary Another take on LDAP authentication 1 #summary Another take on LDAP authentication
2 2
3 = Introduction = 3 = Introduction =
4 4
5 See [mod_lib_ldap] for more information. 5 See [mod_lib_ldap] for more information.
6
7 = Installation =
8
9 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
11 = Configuration =
12
13 *NOTE*: Due to some limitations in the current implementation of this module, _`allow_unencrypted_plain_auth`_ *must* be set to use this module!
14
15 In addition to the configuration that [mod_lib_ldap] itself requires, this plugin also requires the following fields in the ldap section:
16
17 * user.filter
18 * admin (optional)
19
20 See the README.md distributed with [mod_lib_ldap] for details.