Howto Ldap Auth: Difference between revisions

From Pumping Station One
Kuroishi (talk | contribs)
No edit summary
Kuroishi (talk | contribs)
No edit summary
Line 100: Line 100:
         Require valid-user
         Require valid-user
     </Location>
     </Location>
== Nginx nginx-auth-ldap ==
Nginx doesn't support LDAP authentication with it's default modules, so a third-party module (https://github.com/kvspb/nginx-auth-ldap) is required.  More information can be found here: http://deezx.github.io/blog/2015/04/24/how-to-configure-nginx-with-ldap-authentication/
    Example configurations to come when after implementing nginx authentication.