Mercurial > prosody-modules
comparison mod_lib_ldap/README.md @ 1224:0b72b8fe4591
Add another TODO for mod_*_ldap
author | Rob Hoelz <rob@hoelz.ro> |
---|---|
date | Thu, 28 Nov 2013 15:16:07 +0100 |
parents | 675945ea2ed6 |
children | 9da03e45c6be |
comparison
equal
deleted
inserted
replaced
1223:6617f5f79d68 | 1224:0b72b8fe4591 |
---|---|
147 * Implement non-plaintext authentication. | 147 * Implement non-plaintext authentication. |
148 * Use proper LDAP binding (LuaLDAP must be patched with http://prosody.im/patches/lualdap.patch, though) | 148 * Use proper LDAP binding (LuaLDAP must be patched with http://prosody.im/patches/lualdap.patch, though) |
149 * Non-hardcoded LDAP groups (derive groups from LDAP queries) | 149 * Non-hardcoded LDAP groups (derive groups from LDAP queries) |
150 * LDAP-based MUCs (like a private MUC per group, or something) | 150 * LDAP-based MUCs (like a private MUC per group, or something) |
151 * This suite of plugins was developed with a POSIX-style setup in mind; YMMV. Patches to work with other setups are welcome! | 151 * This suite of plugins was developed with a POSIX-style setup in mind; YMMV. Patches to work with other setups are welcome! |
152 * Add ability for users to change their vCard/passwords/etc from within Prosody |