项目作者: liraop

项目描述 :
A LDAP web interface. Built with Flask. Running on Docker.
高级语言: Python
项目地址: git://github.com/liraop/ldapy.git
创建时间: 2018-01-26T17:56:49Z
项目社区:https://github.com/liraop/ldapy

开源协议:GNU General Public License v3.0

下载


LDAPy

A LDAP web interface on Flask, deployed on Docker.

The idea

This project will enable

  • users to change their info;
  • users change their password;
  • admins to manage general directory objects;
  • SSL on client-domain connections;

This project is actually a self-taught attempt to master python development, good practices in python projects and programming in general.
For code style and projects guidelines, I’m following Google’s Python Style Guide as primary source. PEP8 as a secondary one.

Currently using:

How to run

Just git clone it then run Docker build to make your own image.
I’m still working on how to get things more useful to general usage.
It’s not a priority at the moment, however.