|
@@ -33,8 +33,18 @@ namespace SMBLibrary.Authentication.NTLM
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- private static readonly int DefaultMaxLoginAttemptsInWindow = 12;
|
|
|
- private static readonly TimeSpan DefaultLoginWindowDuration = new TimeSpan(0, 5, 0);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ private static readonly int DefaultMaxLoginAttemptsInWindow = 100;
|
|
|
+ private static readonly TimeSpan DefaultLoginWindowDuration = new TimeSpan(0, 20, 0);
|
|
|
private GetUserPassword m_GetUserPassword;
|
|
|
private LoginCounter m_loginCounter;
|
|
|
|