Generic LDAP Server does't support RESTful API. This is for Generic LDAP Gateway Server to support REST API Server for LDAP.
Jioh L. Jung
- 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
- You have to change login and server connection infomation.
- configuration is at /opt/conf.py (Source conf.py)
MIT Licese
- If you need to fix code, Just do it :)
- Check docs folder. :D