1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-18 09:49:49 +02:00
Go to file
2015-07-30 07:32:48 +02:00
conf fixing default configuration for AD 2015-07-30 07:32:48 +02:00
docs adding fork me banner 2015-07-21 08:54:28 +02:00
goodies adding goodies 2015-07-20 01:43:44 +02:00
ldapcherry fix authentification for AD backend 2015-07-29 00:22:25 +02:00
misc remove trailing spaces 2015-07-05 22:48:24 +02:00
resources adding global exception handler 2015-07-14 23:37:20 +02:00
scripts pep8 compliance for launcher script 2015-07-13 10:23:34 +02:00
tests adding utf-8 char in unit tests for ldap backend 2015-07-29 00:09:32 +02:00
.gitignore Initial commit 2014-06-02 19:46:14 +02:00
.travis.yml add launcher script in pep8 check 2015-07-13 10:23:56 +02:00
LICENSE Initial commit 2014-06-02 19:46:14 +02:00
README.rst add badges to README 2015-07-21 08:39:15 +02:00
requirements.txt changing install order 2015-07-20 00:11:48 +02:00
run_test.sh adding pep8 in run_test.sh 2015-07-11 22:26:08 +02:00
setup.py fix pep8 compliance 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