Mercurial > prosody-modules
comparison mod_auth_ldap2/README.markdown @ 1821:79b9bd84b91c
Fix intralinks in READMEs
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 02 Sep 2015 18:25:03 +0200 |
parents | 4d73a1a6ba68 |
children |
comparison
equal
deleted
inserted
replaced
1820:8de50be756e5 | 1821:79b9bd84b91c |
---|---|
5 ... | 5 ... |
6 | 6 |
7 Introduction | 7 Introduction |
8 ============ | 8 ============ |
9 | 9 |
10 See [mod\_lib\_ldap](mod_lib_ldap.md) for more information. | 10 See [mod\_lib\_ldap](mod_lib_ldap.html) for more information. |
11 | 11 |
12 Installation | 12 Installation |
13 ============ | 13 ============ |
14 | 14 |
15 You must install [mod\_lib\_ldap](mod_lib_ldap.md) to use this module. | 15 You must install [mod\_lib\_ldap](mod_lib_ldap.html) to use this module. |
16 After that, you need only copy mod\_auth\_ldap2.lua to your Prosody | 16 After that, you need only copy mod\_auth\_ldap2.lua to your Prosody |
17 installation's plugins directory. | 17 installation's plugins directory. |
18 | 18 |
19 Configuration | 19 Configuration |
20 ============= | 20 ============= |
21 | 21 |
22 In addition to the configuration that [mod\_lib\_ldap](mod_lib_ldap.md) | 22 In addition to the configuration that [mod\_lib\_ldap](mod_lib_ldap.html) |
23 itself requires, this plugin also requires the following fields in the | 23 itself requires, this plugin also requires the following fields in the |
24 ldap section: | 24 ldap section: |
25 | 25 |
26 - user.filter | 26 - user.filter |
27 - admin (optional) | 27 - admin (optional) |
28 | 28 |
29 See the README.md distributed with [mod\_lib\_ldap](mod_lib_ldap.md) for | 29 See the README.html distributed with [mod\_lib\_ldap](mod_lib_ldap.html) for |
30 details. | 30 details. |