Mercurial > prosody-wiki
annotate mod_auth_ldap2.wiki @ 514:9427318ae72d default tip
added page for mod_delegation
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 07 May 2015 23:31:20 +0200 |
parents | 9cf5a22e30a1 |
children |
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 |
381
a21acacc8b22
mod_auth_ccert and mod_auth_ldap2: Add Type-Auth labels
Kim Alvefur <zash@zash.se>
parents:
318
diff
changeset
|
2 #labels Type-Auth |
314
1ed2cf3ca3fc
Created wiki page through web user interface.
rdhoelz@gmail.com
parents:
diff
changeset
|
3 |
1ed2cf3ca3fc
Created wiki page through web user interface.
rdhoelz@gmail.com
parents:
diff
changeset
|
4 = Introduction = |
1ed2cf3ca3fc
Created wiki page through web user interface.
rdhoelz@gmail.com
parents:
diff
changeset
|
5 |
318
beb5bcb9eb91
Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents:
314
diff
changeset
|
6 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
|
7 |
beb5bcb9eb91
Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents:
314
diff
changeset
|
8 = Installation = |
beb5bcb9eb91
Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents:
314
diff
changeset
|
9 |
beb5bcb9eb91
Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents:
314
diff
changeset
|
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. |
beb5bcb9eb91
Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents:
314
diff
changeset
|
11 |
beb5bcb9eb91
Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents:
314
diff
changeset
|
12 = Configuration = |
beb5bcb9eb91
Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents:
314
diff
changeset
|
13 |
beb5bcb9eb91
Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents:
314
diff
changeset
|
14 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
|
15 |
beb5bcb9eb91
Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents:
314
diff
changeset
|
16 * user.filter |
beb5bcb9eb91
Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents:
314
diff
changeset
|
17 * admin (optional) |
beb5bcb9eb91
Edited wiki page mod_auth_ldap2 through web user interface.
rdhoelz@gmail.com
parents:
314
diff
changeset
|
18 |
511
9cf5a22e30a1
allow_unencrypted_plain_auth is not required
MWild1@gmail.com
parents:
381
diff
changeset
|
19 See the README.md distributed with [mod_lib_ldap] for details. |