Coder Social home page Coder Social logo

kounoike / ldapcherry Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kakwa/ldapcherry

0.0 3.0 0.0 1.18 MB

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

License: MIT License

Shell 1.12% Nginx 0.11% Python 44.36% CSS 46.31% JavaScript 8.10%

ldapcherry's Introduction

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

ldapcherry's People

Contributors

kakwa avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.