mod_muc_webchat_url: Fix default url
[prosody-modules.git] / mod_storage_ldap / README.markdown
blob651d23aa3703c797c4586d1cdcaf534f4f754981
1 ---
2 labels:
3 - 'Type-Storage'
4 summary: 'LDAP storage for rosters, groups, and vcards'
5 ...
7 Introduction
8 ============
10 See [mod\_lib\_ldap](mod_lib_ldap.html) for more information.
12 Installation
13 ============
15 You must install [mod\_lib\_ldap](mod_lib_ldap.html) to use this module.
16 After that, you need only copy mod\_storage\_ldap.lua and
17 ldap/vcard.lib.lua to your Prosody installation's plugins directory.
18 Make sure vcard.lib.lua is installed under plugins/ldap/.
20 Configuration
21 =============
23 In addition to the configuration that [mod\_lib\_ldap](mod_lib_ldap.html)
24 itself requires, this plugin also requires the following fields in the
25 ldap section:
27 -   user.namefield
28 -   groups.memberfield
29 -   groups.namefield
30 -   groups.basedn
31 -   vcard\_format (optional)
33 See the README.html distributed with [mod\_lib\_ldap](mod_lib_ldap.html) for
34 details.