1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-18 09:49:49 +02:00
ldapcherry/README.rst
2015-07-21 08:21:09 +02:00

4.1 KiB

LdapCherry

Nice and simple application to manage users and groups in multiple directory services.


Doc

ldapcherry documentation on ReadTheDoc

Dev

ldapcherry code on GitHub

PyPI

ldapcherry package on Pypi

License

MIT

Author

Pierre-Francois Carpentier - copyright © 2015


image

image

Presentation

LdapCherry is CherryPY application to manage users and groups in multiple directory services.

It's main features are:

  • manage multiple directories/databases backends in an unified way
  • roles management (as in "groups of groups")
  • autofill forms
  • password policy
  • self modification of some selected fields by normal (non administrator) users
  • nice bootstrap interface
  • modular through pluggable authentication, password policy and backend modules

LdapCherry is not limited to ldap, it can handle virtually any user backend (ex: SQL database, htpasswd file, etc) through the proper plugin (provided that it is implemented ^^).

LdapCherry also aims to be as simple as possible to deploy: no crazy dependencies, few configuration files, extensive debug logs and full documentation.

Screenshot

1 2 3 4 5 6

Screenshots

License

LdapCherry is published under the MIT Public License.

Discussion / Help / Updates


image

image