diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-10-10 07:21:36 -0700 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-10-10 07:21:36 -0700 |
commit | 0641365a1033b3e6b926a5e280f3bd2559e2ea23 (patch) | |
tree | 67012ff08995eab93dda9cc9147086bb1bf6d6c3 /config | |
parent | 4c166fa361089f351b75a1ab92db327faf5d1a88 (diff) | |
parent | 9b0454380ccef34368a0a5227857788877722085 (diff) | |
download | nextcloud-server-0641365a1033b3e6b926a5e280f3bd2559e2ea23.tar.gz nextcloud-server-0641365a1033b3e6b926a5e280f3bd2559e2ea23.zip |
Merge pull request #4780 from AxelRb/master
On an auth failure the uid and the IP address should be logged to the st...
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index a9b868ca9cf..9a24c9364e0 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -148,6 +148,9 @@ $CONFIG = array( (watch out, this option can increase the size of your log file)*/ "log_query" => false, +/* Enable or disable the logging of IP addresses in case of webform auth failures */ +"log_authfailip" => false, + /* * Configure the size in bytes log rotation should happen, 0 or false disables the rotation. * This rotates the current owncloud logfile to a new name, this way the total log usage |