Mercurial > prosody-modules
diff mod_storage_ldap/README.wiki @ 1782:29f3d6b7ad16
Import wiki pages
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 24 Aug 2015 16:43:56 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_storage_ldap/README.wiki Mon Aug 24 16:43:56 2015 +0200 @@ -0,0 +1,22 @@ +#summary LDAP storage for rosters, groups, and vcards +#labels Type-Storage + += Introduction = + +See [mod_lib_ldap] for more information. + += Installation = + +You must install [mod_lib_ldap] to use this module. After that, you need only copy mod_storage_ldap.lua and ldap/vcard.lib.lua to your Prosody installation's plugins directory. Make sure vcard.lib.lua is installed under plugins/ldap/. + += Configuration = + +In addition to the configuration that [mod_lib_ldap] itself requires, this plugin also requires the following fields in the ldap section: + + * user.namefield + * groups.memberfield + * groups.namefield + * groups.basedn + * vcard_format (optional) + +See the README.md distributed with [mod_lib_ldap] for details.