An open API service indexing awesome lists of open source software.

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

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