]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - mod_authn_ldap.conf
- merged 1.4.48 from PLD, TLDized
[packages/lighttpd.git] / mod_authn_ldap.conf
diff --git a/mod_authn_ldap.conf b/mod_authn_ldap.conf
new file mode 100644 (file)
index 0000000..c83d4bd
--- /dev/null
@@ -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"
+)