From 08a04357042e5f0b8946f2bdc13990b00db1cad7 Mon Sep 17 00:00:00 2001
From: Axel Roenn <axel@mpim-bonn.mpg.de>
Date: Wed, 9 Oct 2013 17:21:35 +0200
Subject: [PATCH] Added the config option to log ip addresses , default false

---
 config/config.sample.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config/config.sample.php b/config/config.sample.php
index 0afad880c17..fc0ff15cc9a 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -145,6 +145,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
-- 
GitLab