annotate mod_auth_ldap2.wiki @ 373:c929df198f10

Mark pages of modules no longer in the repo as Deprecated
author Kim Alvefur <zash@zash.se>
date Fri, 28 Jun 2013 19:55:59 +0200
parents beb5bcb9eb91
children a21acacc8b22
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
314
1ed2cf3ca3fc Created wiki page through web user interface.
rdhoelz@gmail.com
parents:
diff changeset
1 #summary Another take on LDAP authentication
1ed2cf3ca3fc Created wiki page through web user interface.
rdhoelz@gmail.com
parents:
diff changeset
2
1ed2cf3ca3fc Created wiki page through web user interface.
rdhoelz@gmail.com
parents:
diff changeset
3 = Introduction =
1ed2cf3ca3fc Created wiki page through web user interface.
rdhoelz@gmail.com
parents:
diff changeset
4
318
beb5bcb9eb91 Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents: 314
diff changeset
5 See [mod_lib_ldap] for more information.
beb5bcb9eb91 Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents: 314
diff changeset
6
beb5bcb9eb91 Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents: 314
diff changeset
7 = Installation =
beb5bcb9eb91 Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents: 314
diff changeset
8
beb5bcb9eb91 Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents: 314
diff changeset
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.
beb5bcb9eb91 Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents: 314
diff changeset
10
beb5bcb9eb91 Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents: 314
diff changeset
11 = Configuration =
beb5bcb9eb91 Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents: 314
diff changeset
12
beb5bcb9eb91 Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents: 314
diff changeset
13 *NOTE*: Due to some limitations in the current implementation of this module, _`allow_unencrypted_plain_auth`_ *must* be set to use this module!
beb5bcb9eb91 Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents: 314
diff changeset
14
beb5bcb9eb91 Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents: 314
diff changeset
15 In addition to the configuration that [mod_lib_ldap] itself requires, this plugin also requires the following fields in the ldap section:
beb5bcb9eb91 Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents: 314
diff changeset
16
beb5bcb9eb91 Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents: 314
diff changeset
17 * user.filter
beb5bcb9eb91 Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents: 314
diff changeset
18 * admin (optional)
beb5bcb9eb91 Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents: 314
diff changeset
19
beb5bcb9eb91 Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents: 314
diff changeset
20 See the README.md distributed with [mod_lib_ldap] for details.