# HG changeset patch # User rdhoelz@gmail.com # Date 1354707502 0 # Node ID e6e7ccdae1431021b3e003723b3d478488edbba2 # Parent beb5bcb9eb912ae3d950cdb87c4f149a94b37094 Edited wiki page mod_storage_ldap through web user interface. diff -r beb5bcb9eb91 -r e6e7ccdae143 mod_storage_ldap.wiki --- a/mod_storage_ldap.wiki Wed Dec 05 11:35:02 2012 +0000 +++ b/mod_storage_ldap.wiki Wed Dec 05 11:38:22 2012 +0000 @@ -2,4 +2,20 @@ = Introduction = -See [mod_lib_ldap] for more information. \ No newline at end of file +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. \ No newline at end of file