1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-18 09:49:49 +02:00
Go to file
2017-03-12 17:46:49 +01:00
conf fixing default configuration 2016-06-16 22:12:19 +02:00
docs adding documention of textfielf and better documenation for other types 2017-03-07 23:21:27 +01:00
goodies adding goodies 2015-07-20 01:43:44 +02:00
ldapcherry fixing log errors in auth "none" mode 2017-03-12 17:45:01 +01:00
misc fix some errors in unused code 2017-01-31 20:59:49 +01:00
resources adding textarea 2017-03-02 18:47:49 -08:00
scripts implementing debug mode in console 2016-07-06 21:54:08 +02:00
tests fix test configuration 2017-01-24 03:06:48 +01:00
.gitignore ignore .eggs directory 2016-07-07 20:21:10 +02:00
.travis.yml trying to add test on AD/DC for travis 2017-01-24 02:52:16 +01:00
ChangeLog.rst version bump 2016-07-31 13:14:31 +02: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 remove broken download stats badge 2017-03-10 00:43:51 +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 fix some errors in unused code 2017-01-31 20:59:49 +01:00

LdapCherry

image

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

image

image

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 © 2016


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.

The default backend plugins permit to manage Ldap and Active Directory.

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