Merge pull request #317 from mkuron/patch-1
SOGo UI: per-user authentication failure rate-limitingmaster
commit
1c0443b5fa
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue