comparison mod_auth_ldap2/README.markdown @ 1803:4d73a1a6ba68

Convert all wiki pages to Markdown
author Kim Alvefur <zash@zash.se>
date Fri, 28 Aug 2015 18:03:58 +0200
parents mod_auth_ldap2/README.wiki@29f3d6b7ad16
children 79b9bd84b91c
comparison
equal deleted inserted replaced
1802:0ab737feada6 1803:4d73a1a6ba68
1 ---
2 labels:
3 - 'Type-Auth'
4 summary: Another take on LDAP authentication
5 ...
6
7 Introduction
8 ============
9
10 See [mod\_lib\_ldap](mod_lib_ldap.md) for more information.
11
12 Installation
13 ============
14
15 You must install [mod\_lib\_ldap](mod_lib_ldap.md) to use this module.
16 After that, you need only copy mod\_auth\_ldap2.lua to your Prosody
17 installation's plugins directory.
18
19 Configuration
20 =============
21
22 In addition to the configuration that [mod\_lib\_ldap](mod_lib_ldap.md)
23 itself requires, this plugin also requires the following fields in the
24 ldap section:
25
26 - user.filter
27 - admin (optional)
28
29 See the README.md distributed with [mod\_lib\_ldap](mod_lib_ldap.md) for
30 details.