Comparison

mod_auth_ldap2/README.md @ 6003:fe081789f7b5

All community modules: Unify file extention of Markdown files to .md
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 10:26:01 +0200
parent 1821:mod_auth_ldap2/README.markdown@79b9bd84b91c
comparison
equal deleted inserted replaced
6002:5a65a632d5b9 6003:fe081789f7b5
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.html) for more information.
11
12 Installation
13 ============
14
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
17 installation's plugins directory.
18
19 Configuration
20 =============
21
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
24 ldap section:
25
26 - user.filter
27 - admin (optional)
28
29 See the README.html distributed with [mod\_lib\_ldap](mod_lib_ldap.html) for
30 details.