summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-12-13 03:04:17 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-12-13 06:01:51 -0500
commit4933a2259bc6e983843ce7a4ad92080448b60e93 (patch)
tree0ab3b6bf350f6d167af2ce4d75124bc34eb613f2 /doc
parenta360eafc8b7a18a2763d29210cf61c8f2eb698eb (diff)
downloadlighttpd-git-4933a2259bc6e983843ce7a4ad92080448b60e93.tar.gz
[core] warn if mod_authn_file needed in conf
warn if mod_authn_file is not listed in lighttpd.conf, but is needed
Diffstat (limited to 'doc')
-rw-r--r--doc/config/conf.d/auth.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/config/conf.d/auth.conf b/doc/config/conf.d/auth.conf
index 7238c046..fa4c86dc 100644
--- a/doc/config/conf.d/auth.conf
+++ b/doc/config/conf.d/auth.conf
@@ -7,9 +7,14 @@
## for more info and many more options.
##
+#server.modules += ( "mod_auth" )
+
+#server.modules += ( "mod_authn_file" )
#auth.backend = "plain"
#auth.backend.plain.userfile = "/etc/lighttpd/lighttpd.user"
+#server.modules += ( "mod_authn_ldap" )
+#auth.backend = "ldap"
#auth.backend.ldap.hostname = "localhost"
#auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
#auth.backend.ldap.filter = "(uid=$)"