Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 568 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 568 Bytes

nginx-ldap-auth-service

nginx-ldap-auth-service provides a daemon (nginx-ldap-auth) that communicates with an LDAP or Active Directory server to authenticate users with their username and password, as well as a login form for actually allowing users to authenticate. You can use this in combination with the nginx module ngx_http_auth_request_module to provide authentication for your nginx server.

See the Documentation for more information.