[Solved] auth log
Added by JumpZero about 12 years ago
Hello,
the doc for auth modules says:
Limitations
...
There seems to be no reasonable logging of failed login attempts yet
...
Does this mean that the successful logins are logged? If yes, where? I haven't found anything in auth.log syslog.log or message.log.
Lighttpd running on Raspberry pi Raspbian (= Debian wheezy)
The page is accessed by https
My 05-auth.conf file:
auth.backend = "htpasswd"
auth.backend.htpasswd.userfile = "/etc/lighttpd/.htpasswd"
auth.debug = 1
$HTTP["url"] =~ "^/MY_DIR" {
auth.require = ( "" =>
(
"method" => "basic",
"realm" => "MY_MESSAGE",
"require" => "valid-user"
) )
}
Thanks
--
Jmp0
Replies (2)
RE: auth log - Added by yurylankovskiy almost 7 years ago
Sorry to bring up an old thread, but have you figured out how to log meaningful information for authentication attempts?
Thanks
RE: auth log - Added by gstrauss almost 7 years ago
Already asked and answered in https://redmine.lighttpd.net/boards/2/topics/7609