annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
315
2c18ba3f99d9 Created wiki page through web user interface.
rdhoelz@gmail.com
parents:
diff changeset
1 #summary LDAP storage for rosters, groups, and vcards
2c18ba3f99d9 Created wiki page through web user interface.
rdhoelz@gmail.com
parents:
diff changeset
2
2c18ba3f99d9 Created wiki page through web user interface.
rdhoelz@gmail.com
parents:
diff changeset
3 = Introduction =
2c18ba3f99d9 Created wiki page through web user interface.
rdhoelz@gmail.com
parents:
diff changeset
4
319
e6e7ccdae143 Edited wiki page mod_storage_ldap through web user interface.
rdhoelz@gmail.com
parents: 315
diff changeset
5 See [mod_lib_ldap] for more information.
e6e7ccdae143 Edited wiki page mod_storage_ldap through web user interface.
rdhoelz@gmail.com
parents: 315
diff changeset
6
e6e7ccdae143 Edited wiki page mod_storage_ldap through web user interface.
rdhoelz@gmail.com
parents: 315
diff changeset
7 = Installation =
e6e7ccdae143 Edited wiki page mod_storage_ldap through web user interface.
rdhoelz@gmail.com
parents: 315
diff changeset
8
e6e7ccdae143 Edited wiki page mod_storage_ldap through web user interface.
rdhoelz@gmail.com
parents: 315
diff changeset
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/.
e6e7ccdae143 Edited wiki page mod_storage_ldap through web user interface.
rdhoelz@gmail.com
parents: 315
diff changeset
10
e6e7ccdae143 Edited wiki page mod_storage_ldap through web user interface.
rdhoelz@gmail.com
parents: 315
diff changeset
11 = Configuration =
e6e7ccdae143 Edited wiki page mod_storage_ldap through web user interface.
rdhoelz@gmail.com
parents: 315
diff changeset
12
e6e7ccdae143 Edited wiki page mod_storage_ldap through web user interface.
rdhoelz@gmail.com
parents: 315
diff changeset
13 In addition to the configuration that [mod_lib_ldap] itself requires, this plugin also requires the following fields in the ldap section:
e6e7ccdae143 Edited wiki page mod_storage_ldap through web user interface.
rdhoelz@gmail.com
parents: 315
diff changeset
14
e6e7ccdae143 Edited wiki page mod_storage_ldap through web user interface.
rdhoelz@gmail.com
parents: 315
diff changeset
15 * user.namefield
e6e7ccdae143 Edited wiki page mod_storage_ldap through web user interface.
rdhoelz@gmail.com
parents: 315
diff changeset
16 * groups.memberfield
e6e7ccdae143 Edited wiki page mod_storage_ldap through web user interface.
rdhoelz@gmail.com
parents: 315
diff changeset
17 * groups.namefield
e6e7ccdae143 Edited wiki page mod_storage_ldap through web user interface.
rdhoelz@gmail.com
parents: 315
diff changeset
18 * groups.basedn
e6e7ccdae143 Edited wiki page mod_storage_ldap through web user interface.
rdhoelz@gmail.com
parents: 315
diff changeset
19 * vcard_format (optional)
e6e7ccdae143 Edited wiki page mod_storage_ldap through web user interface.
rdhoelz@gmail.com
parents: 315
diff changeset
20
e6e7ccdae143 Edited wiki page mod_storage_ldap through web user interface.
rdhoelz@gmail.com
parents: 315
diff changeset
21 See the README.md distributed with [mod_lib_ldap] for details.