4 summary: 'LDAP storage for rosters, groups, and vcards'
10 See [mod\_lib\_ldap](mod_lib_ldap.html) for more information.
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/.
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
31 - vcard\_format (optional)
33 See the README.html distributed with [mod\_lib\_ldap](mod_lib_ldap.html) for