X-Git-Url: https://git.tld-linux.org/?p=packages%2Flighttpd.git;a=blobdiff_plain;f=mod_authn_ldap.conf;fp=mod_authn_ldap.conf;h=c83d4bde0ed736cc446fdc7b55a3308a095f280b;hp=0000000000000000000000000000000000000000;hb=8239b3691d1ae536833b6d53a2efd289956ccbcd;hpb=2bc378a1b82f8e82ab66bd2a656282134a6d05e0 diff --git a/mod_authn_ldap.conf b/mod_authn_ldap.conf new file mode 100644 index 0000000..c83d4bd --- /dev/null +++ b/mod_authn_ldap.conf @@ -0,0 +1,9 @@ +# ldap (mod_authn_ldap) +# +# The ldap backend performs the following steps to authenticate a user +# +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModAuth#ldap-mod_authn_ldap + +server.modules += ( + "mod_authn_ldap" +)