https://github.com/kakwa/ldapcherry
Web UI for managing users and groups in multiple directory services.
https://github.com/kakwa/ldapcherry
active-directory ad cherrypy directory ldap ldapcherry permission-manager python role-manager user-manager web-ui
Last synced: 2 months ago
JSON representation
Web UI for managing users and groups in multiple directory services.
- Host: GitHub
- URL: https://github.com/kakwa/ldapcherry
- Owner: kakwa
- License: mit
- Created: 2014-06-02T17:46:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T00:13:02.000Z (about 1 year ago)
- Last Synced: 2024-04-16T18:34:01.485Z (about 1 year ago)
- Topics: active-directory, ad, cherrypy, directory, ldap, ldapcherry, permission-manager, python, role-manager, user-manager, web-ui
- Language: Python
- Homepage:
- Size: 1.33 MB
- Stars: 218
- Watchers: 15
- Forks: 71
- Open Issues: 28
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog.rst
- License: LICENSE
Awesome Lists containing this project
README
**************
LdapCherry
**************.. image:: 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.
.. image:: https://github.com/kakwa/ldapcherry/actions/workflows/tests.yml/badge.svg
:target: https://github.com/kakwa/ldapcherry/actions/workflows/tests.yml
:alt: CI
.. image:: https://img.shields.io/pypi/v/ldapcherry.svg
:target: https://pypi.python.org/pypi/ldapcherry
:alt: PyPI version.. image:: https://readthedocs.org/projects/ldapcherry/badge/?version=latest
:target: http://ldapcherry.readthedocs.org/en/latest/?badge=latest
:alt: 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.
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 modulesLdapCherry 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
***********.. sourcecode:: bash
# 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 -DDebian and RPM packages are also available here: `https://github.com/kakwa/kakwalab-pkg` (package name ``ldapcherry``).
***********
License
***********LdapCherry is published under the MIT Public License.
*******************************
Discussion / Help / Updates
******************************** IRC: `Libera `_ ``#ldapcherry`` channel
* Bugtracker: `Github `_----
.. image:: https://raw.githubusercontent.com/kakwa/ldapcherry/master/docs/assets/python-powered.png
.. image:: https://raw.githubusercontent.com/kakwa/ldapcherry/master/docs/assets/cherrypy.png