https://github.com/rbw/redap
HTTP-to-LDAP Gateway
https://github.com/rbw/redap
docker gateway http ldap proxy python restful
Last synced: 1 day ago
JSON representation
HTTP-to-LDAP Gateway
- Host: GitHub
- URL: https://github.com/rbw/redap
- Owner: rbw
- License: mit
- Created: 2018-06-20T17:59:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T09:50:08.000Z (over 7 years ago)
- Last Synced: 2025-10-29T06:32:45.103Z (5 months ago)
- Topics: docker, gateway, http, ldap, proxy, python, restful
- Language: Python
- Homepage:
- Size: 161 KB
- Stars: 30
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. code-block::
__
________ ____/ /___ _____
/ ___/ _ \/ __ / __ `/ __ \
/ / / __/ /_/ / /_/ / /_/ /
/_/ \___/\__,_/\__,_/ .___/
HTTP/LDAP Gateway /_/
Adding LDAP support can be time-consuming, tedious and complex — but it doesn't have to be.
Redap is an easily deployable micro-service, providing an API for interacting with LDAP-capable directory servers over HTTP.
Features
------
Redap was partly inspired by and is conceptually similar to `dthree/addict `_, but comes with more features.
- RESTful HTTP API
- API key authorization
- LDAP debugging
- Custom schemas
- LDAP3 *Simplified Query Language*
- Docker image with flask, uwsgi and nginx
- SwaggerUI
Getting started
-------------
Check out `the wiki `_ for guides, client examples and more.
Author
------
Robert Wikman