Mercurial > prosody-modules
comparison mod_storage_ldap/README.md @ 5975:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
| author | Menel <menel@snikket.de> |
|---|---|
| date | Tue, 22 Oct 2024 10:26:01 +0200 |
| parents | mod_storage_ldap/README.markdown@79b9bd84b91c |
| children |
comparison
equal
deleted
inserted
replaced
| 5974:5a65a632d5b9 | 5975:fe081789f7b5 |
|---|---|
| 1 --- | |
| 2 labels: | |
| 3 - 'Type-Storage' | |
| 4 summary: 'LDAP storage for rosters, groups, and vcards' | |
| 5 ... | |
| 6 | |
| 7 Introduction | |
| 8 ============ | |
| 9 | |
| 10 See [mod\_lib\_ldap](mod_lib_ldap.html) for more information. | |
| 11 | |
| 12 Installation | |
| 13 ============ | |
| 14 | |
| 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/. | |
| 19 | |
| 20 Configuration | |
| 21 ============= | |
| 22 | |
| 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 | |
| 25 ldap section: | |
| 26 | |
| 27 - user.namefield | |
| 28 - groups.memberfield | |
| 29 - groups.namefield | |
| 30 - groups.basedn | |
| 31 - vcard\_format (optional) | |
| 32 | |
| 33 See the README.html distributed with [mod\_lib\_ldap](mod_lib_ldap.html) for | |
| 34 details. |
