Skip to content

Web UI for managing users and groups in multiple directory services.

License

Notifications You must be signed in to change notification settings

mlf4aiur/ldapcherry

This branch is 14 commits ahead of, 23 commits behind kakwa/ldapcherry:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 9, 2019
Feb 13, 2019
Feb 6, 2019
Jul 17, 2019
Jan 31, 2017
Jul 17, 2019
Feb 12, 2019
Feb 6, 2019
Feb 7, 2019
May 23, 2019
Jul 8, 2019
Jun 2, 2014
Nov 3, 2015
Apr 23, 2019
Feb 7, 2019
Feb 7, 2019
Jul 19, 2015
Jul 31, 2015
Feb 9, 2019

Repository files navigation

LdapCherry

https://raw.githubusercontent.com/kakwa/ldapcherry/master/resources/static/img/apple-touch-icon-72-precomposed.png

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

https://travis-ci.org/kakwa/ldapcherry.svg?branch=master 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

Demo

A demo is accessible here: https://ldapcherry.kakwalab.ovh

The credentials are:

  • as administrator: admin/admin
  • as user: user/user

Please take note that it's not possible to modify/delete the 'admin' and 'user' users.

Also take note that the service will be reseted once per day.

Presentation

LdapCherry is a CherryPY application to manage users and groups in multiple directory services.

Its 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

# clone the repository
$ git clone https://github.com/kakwa/ldapcherry && cd ldapcherry

# change the directory where to put the configuration (default: /etc)
$ export SYSCONFDIR=/etc
# change the directory where to put the resource (default: /usr/share)
$ export DATAROOTDIR=/usr/share/

# install ldapcherry
$ python setup.py install

# 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 -D

License

LdapCherry is published under the MIT Public License.

Discussion / Help / Updates


https://raw.githubusercontent.com/kakwa/ldapcherry/master/docs/assets/python-powered.png

https://raw.githubusercontent.com/kakwa/ldapcherry/master/docs/assets/cherrypy.png

About

Web UI for managing users and groups in multiple directory services.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 46.5%
  • CSS 43.8%
  • JavaScript 8.1%
  • Shell 1.5%
  • Dockerfile 0.1%