Skip to content
README.md 949 B
Newer Older
nimrod's avatar
nimrod committed
# LDAP auth

[![pipeline status](https://git.shore.co.il/shore/ldap-auth/badges/master/pipeline.svg)](https://git.shore.co.il/shore/ldap-auth/-/commits/master)

nimrod's avatar
nimrod committed
LDAP authentication webserver to use with Nginx' auth_request. See this [blog
nimrod's avatar
nimrod committed
post](https://www.shore.co.il/blog/ldap-auth/) for further explanation.
nimrod's avatar
nimrod committed

nimrod's avatar
nimrod committed
## Configuration

All of the configuration is done with environment variables. For the
complete list see <https://flask-simpleldap.readthedocs.io/en/latest/#configuration>
and
<https://flask.palletsprojects.com/en/1.1.x/config/#configuring-from-environment-variables>.

nimrod's avatar
nimrod committed
## License

This software is licensed under the MIT license (see `LICENSE.txt`).

## Author Information

Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my
[website](https://www.shore.co.il/). Patches are welcome via
[`git send-email`](http://git-scm.com/book/en/v2/Git-Commands-Email). The repository
is located at: <https://git.shore.co.il/explore/>.