Project

General

Profile

[Solved] auth log

Added by JumpZero over 11 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 about 6 years ago

Sorry to bring up an old thread, but have you figured out how to log meaningful information for authentication attempts?

Thanks

    (1-2/2)