Skip to content

molchwien/ldapcherry

 
 

Repository files navigation

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

bash

# 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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 46.3%
  • CSS 44.4%
  • JavaScript 8.0%
  • Shell 1.2%
  • Nginx 0.1%