1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-20 18:52:59 +02:00
Go to file
2015-11-07 10:05:32 +01:00
conf adding configuration of demo backend in default config file 2015-11-05 01:22:21 +01:00
docs adding a page referencing external plugins 2015-11-07 10:04:52 +01:00
goodies adding goodies 2015-07-20 01:43:44 +02:00
ldapcherry pep8 compliance 2015-11-03 09:14:03 +01:00
misc remove trailing spaces 2015-07-05 22:48:24 +02:00
resources adding special treatment if field is not required for ppolicy 2015-11-02 23:43:51 +01:00
scripts turnoff the check for configuration file 2015-07-31 20:07:45 +02:00
tests add unit test for login failure 2015-10-20 22:42:29 +02:00
.gitignore adding vim swp file in gitignore 2015-07-31 22:45:49 +02:00
.travis.yml fix logic inversion in travis.yml 2015-10-20 23:01:20 +02:00
ChangeLog.rst version bump 2015-11-03 22:27:08 +01:00
LICENSE Initial commit 2014-06-02 19:46:14 +02:00
MANIFEST.in adding manifest 2015-11-03 22:24:27 +01:00
README.rst crap 2015-11-05 00:53:22 +01:00
requirements.txt changing install order 2015-07-20 00:11:48 +02:00
run_test.sh pretier and cleaner run_test.sh 2015-07-31 20:30:04 +02:00
setup.py version bump 2015-11-03 22:27:08 +01:00

LdapCherry

image

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

image

image

Number of PyPI downloads

PyPI version

Documentation Status


Doc

LdapCherry documentation on ReadTheDoc

Dev

LdapCherry source code on GitHub

PyPI

LdapCherry package on Pypi

License

MIT

Author

Pierre-Francois Carpentier - copyright © 2015


Presentation

LdapCherry is a 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.

Screenshots

Screenshots.

Try out

# change the directory where to put the configuration (default: /etc)
$ export SYSCONFDIR=<sys conf dir>

# install ldapcherry
$ pip install ldapcherry

# edit configuration files
$ vi /etc/ldapcherry/ldapcherry.ini
$ vi /etc/ldapcherry/roles.yml
$ vi /etc/ldapcherry/attributes.yml

# launch ldapcherry
$ ldapcherryd -c /etc/ldapcherry/ldapcherry.ini

License

LdapCherry is published under the MIT Public License.

Discussion / Help / Updates


image

image