Project

General

Profile

Actions

Feature #17915

closed

Log login failures with t3lib_div::syslog()

Added by Andreas Otto † over 16 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2007-12-13
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

I would like to log login failures, like wrong username, wrong password or wrong domain using t3lib_div::syslog().

This means the failures could be logged to an external logfile or the server's syslog. Using this together with external software like fail2ban or the like helps to keep access to your TYPO3 installation tight.

Fail2ban: www.fail2ban.org
Fail2ban scans log files like /var/log/pwdfail or /var/log/apache/error_log and bans IP that makes too many password failures. It updates firewall rules to reject the IP address.

(issue imported from #M6945)


Files

auth-syslog.diff (2.1 KB) auth-syslog.diff Administrator Admin, 2007-12-13 10:28
Actions #1

Updated by Andreas Otto † over 16 years ago

Login failures can be logged with t3lib_div::syslog().

Actions #2

Updated by Andreas Otto † over 16 years ago

Fixed.

Actions

Also available in: Atom PDF