[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
personal/stbuehler/fix-fdevent
Glenn Strauss 2018-01-19 22:16:47 -05:00
parent e6564641d8
commit 1c594f0629
1 changed files with 5 additions and 12 deletions

View File

@ -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.