comparison mod_storage_ldap.wiki @ 319:e6e7ccdae143

Edited wiki page mod_storage_ldap through web user interface.
author rdhoelz@gmail.com
date Wed, 05 Dec 2012 11:38:22 +0000
parents 2c18ba3f99d9
children 469bcbdfe281
comparison
equal deleted inserted replaced
318:beb5bcb9eb91 319:e6e7ccdae143
1 #summary LDAP storage for rosters, groups, and vcards 1 #summary LDAP storage for rosters, groups, and vcards
2 2
3 = Introduction = 3 = Introduction =
4 4
5 See [mod_lib_ldap] for more information. 5 See [mod_lib_ldap] for more information.
6
7 = Installation =
8
9 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/.
10
11 = Configuration =
12
13 In addition to the configuration that [mod_lib_ldap] itself requires, this plugin also requires the following fields in the ldap section:
14
15 * user.namefield
16 * groups.memberfield
17 * groups.namefield
18 * groups.basedn
19 * vcard_format (optional)
20
21 See the README.md distributed with [mod_lib_ldap] for details.