浏览代码

Merge pull request #317 from mkuron/patch-1

SOGo UI: per-user authentication failure rate-limiting
André Peters 8 年之前
父节点
当前提交
1c0443b5fa
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      data/conf/sogo/sogo.conf

+ 5 - 0
data/conf/sogo/sogo.conf

@@ -63,6 +63,11 @@
     SOGoTrashFolderName = "Trash";
     SOGoTrashFolderName = "Trash";
     SOGoVacationEnabled = YES;
     SOGoVacationEnabled = YES;
 
 
+    SOGoCacheCleanupInterval = 900;
+    SOGoMaximumFailedLoginCount = 10;
+    SOGoMaximumFailedLoginInterval = 900;
+    SOGoFailedLoginBlockInterval = 900;
+
     MySQL4Encoding = "utf8mb4";
     MySQL4Encoding = "utf8mb4";
   //SOGoDebugRequests = YES;
   //SOGoDebugRequests = YES;
   //SoDebugBaseURL = YES;
   //SoDebugBaseURL = YES;