https://github.com/ziozzang/ldap-restapi-gateway
LDAP to RestAPI Gateway Server
https://github.com/ziozzang/ldap-restapi-gateway
docker ldap python rest-api
Last synced: 8 months ago
JSON representation
LDAP to RestAPI Gateway Server
- Host: GitHub
- URL: https://github.com/ziozzang/ldap-restapi-gateway
- Owner: ziozzang
- License: mit
- Created: 2017-11-22T06:10:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T01:01:08.000Z (over 8 years ago)
- Last Synced: 2025-06-05T03:55:25.843Z (about 1 year ago)
- Topics: docker, ldap, python, rest-api
- Language: Python
- Size: 12.7 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LDAP-RestfulAPI-Server
# TL; DR
Generic LDAP Server does't support RESTful API.
This is for Generic LDAP Gateway Server to support REST API Server for LDAP.
# Author
Jioh L. Jung
# How to use.
* Fix Configuration file.
* Build Dockerfile to use server. :)
* Run docker with option :)
```
docker build -t ldap-gateway .
docker run -d --name gateway \
-v `pwd`/src/conf.py:/opt/conf.py \
-p 5000:5000 ldap-gateway
```
# Configuration
* You have to change login and server connection infomation.
* configuration is at /opt/conf.py (Source conf.py)
# Copyright
MIT Licese
* If you need to fix code, Just do it :)
# Docs
* Check docs folder. :D