1
0
mirror of https://github.com/kakwa/ldapcherry synced 2025-01-08 20:54:28 +01:00
kakwa 95d6a0e6a4 typo + add/del group in AD backend
* implementing add_to_group and del_from_group in AD backend.
* fixing typo self.objetclasses => self.objectclasses
2015-07-28 20:36:06 +02:00
2015-07-21 08:54:28 +02:00
2015-07-20 01:43:44 +02:00
2015-07-05 22:48:24 +02:00
2015-07-14 23:37:20 +02:00
2015-07-26 09:26:04 +02:00
2014-06-02 19:46:14 +02:00
2015-07-13 10:23:56 +02:00
2014-06-02 19:46:14 +02:00
2015-07-21 08:39:15 +02:00
2015-07-20 00:11:48 +02:00
2015-07-11 22:26:08 +02:00
2015-07-21 08:54:07 +02:00

LdapCherry

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

image

image

Number of PyPI downloads

PyPI version


Doc

ldapcherry documentation on ReadTheDoc

Dev

ldapcherry code on GitHub

PyPI

ldapcherry package on Pypi

License

MIT

Author

Pierre-Francois Carpentier - copyright © 2015


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

Description
No description provided
Readme MIT
Languages
Python 46.4%
Less 42.6%
JavaScript 8.1%
Shell 1.6%
CSS 1.3%