GithubHelp home page GithubHelp logo

devops-utils / python_ldap_platform Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hanyunfeng6163/python_ldap_platform

0.0 0.0 0.0 8.41 MB

基于django3的ldap管理平台

License: Apache License 2.0

Python 94.63% Shell 0.01% Less 2.65% SCSS 2.68% Dockerfile 0.03%

python_ldap_platform's Introduction

基于django3的ldap管理平台

python3.7.9

  • 多ldap组织和用户管理
  • 用户自行重置或修改密码
  • 集成本地用户支持单点登录

ldap配置前提

# 条目 1: ou=Group,dc=domain,dc=com
dn: ou=Group,dc=domain,dc=com
objectclass: top
objectclass: organizationalUnit
ou: Group


# 条目 1: ou=People,dc=domain,dc=com
dn: ou=People,dc=domain,dc=com
objectclass: top
objectclass: organizationalUnit
ou: People

简单安装

参考example.conf 在根目录创建online.conf 修改所需要的配置

# 依赖安装
pip install -r requirements.txt
# 库迁移
python manage.py makemigrations 
python manage.py migrate 
# 管理用户创建
python manage.py createsuperuser
# 启动
python3 manage.py runserver 0.0.0.0:8888

coding地址

https://hanyunfeng.coding.net/public/public/python_ldap_platform/git/files

screenshots

登录

个人信息

修改密码

ldap列表

ldap管理页

ldap用户编辑

重置密码邮件

python_ldap_platform's People

Contributors

hanyunfeng6163 avatar zhangchunsheng 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.