summaryrefslogtreecommitdiff
path: root/doc/outdated
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2018-01-19 22:16:47 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2018-01-19 22:20:16 -0500
commit1c594f0629a75796dcdc16d9786e0e858b4dca1d (patch)
tree073692df945050613cf0dafc7b497238078f0d73 /doc/outdated
parente6564641d8c06d9eee20da3aa45ce4555b9d0180 (diff)
downloadlighttpd-git-1c594f0629a75796dcdc16d9786e0e858b4dca1d.tar.gz
[doc] minor update to *outdated* doc
x-ref: "unknown config-key: auth.debug (ignored)" https://redmine.lighttpd.net/boards/2/topics/7842 github: closes #89
Diffstat (limited to 'doc/outdated')
-rw-r--r--doc/outdated/authentication.txt17
1 files changed, 5 insertions, 12 deletions
diff --git a/doc/outdated/authentication.txt b/doc/outdated/authentication.txt
index edc2b2b3..6fbd7764 100644
--- a/doc/outdated/authentication.txt
+++ b/doc/outdated/authentication.txt
@@ -21,6 +21,11 @@ Module: mod_auth
Description
===========
+
+NOTE: latest documentation can be found at:
+https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModAuth
+
+
Supported Methods
-----------------
@@ -140,10 +145,6 @@ Configuration
::
- ## debugging
- # 0 for off, 1 for 'auth-ok' messages, 2 for verbose debugging
- auth.debug = 0
-
## type of backend
# plain, htpasswd, ldap or htdigest
auth.backend = "htpasswd"
@@ -197,11 +198,3 @@ Configuration
"require" => "valid-user"
)
)
-
-Limitations
-============
-
-- The implementation of digest method is currently not
- completely compliant with the standard as it still allows
- a replay attack.
-