Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EvanAnderson/ts_block.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Anderson <EAnderson@wellbury.com>2011-11-30 00:34:56 +0400
committerEvan Anderson <EAnderson@wellbury.com>2011-11-30 00:34:56 +0400
commit09d62b6275143e63c7506de84c2c58b436662bd9 (patch)
tree40a2399bd31d6f878875f3674264ec30ad15ab72 /ts_block.adm
parentb1ceb7cad4aa8221214a5f287d4d2cd235fc4123 (diff)
First code checkin20110831
Diffstat (limited to 'ts_block.adm')
-rw-r--r--ts_block.adm42
1 files changed, 42 insertions, 0 deletions
diff --git a/ts_block.adm b/ts_block.adm
new file mode 100644
index 0000000..eb582f9
--- /dev/null
+++ b/ts_block.adm
@@ -0,0 +1,42 @@
+CLASS MACHINE
+
+CATEGORY "Wellbury LLC"
+ CATEGORY "ts_block"
+ KEYNAME "Software\Policies\Wellbury LLC\ts_block"
+
+ POLICY "Block attempts"
+ PART "Block attempts threshold" NUMERIC REQUIRED SPIN 1
+ VALUENAME "BlockAttempts"
+ DEFAULT 5
+ MIN 2
+ END PART ; "Block attempts threshold"
+ EXPLAIN "The number of sequential failed logon attempts (with accounts that are not considered 'block immediately' accounts) that will trigger a block."
+ END POLICY
+
+ POLICY "Block duration"
+ PART "Block duration (seconds)" NUMERIC REQUIRED SPIN 1
+ VALUENAME "BlockDuration"
+ DEFAULT 300
+ MIN 1
+ END PART ; "Block duration"
+ EXPLAIN "The duration, in seconds, of a block (either because of reaching the BlockAttempts threshhold or because of a 'block immediately')."
+ END POLICY
+
+ POLICY "Block timeout"
+ PART "Block timeout (seconds)" NUMERIC REQUIRED SPIN 1
+ VALUENAME "BlockTimeout"
+ DEFAULT 120
+ MIN 1
+ END PART ; "Block timeout"
+ EXPLAIN "The duration, in seconds, that must elapse between failed logon attempts to reset the count of failed logon attempts for a given IP address."
+ END POLICY
+
+ POLICY "Black-hole IP address"
+ PART "Black-hole IP address" EDITTEXT REQUIRED
+ VALUENAME "BlackholeIP"
+ END PART ; "Block timeout"
+ EXPLAIN "The IP address used for the black-hole route (for Windows Server 2003). If not specified the default algorithm of selecting the IP address of a network interface with no default gateway specified will be used. This setting is not used in Windows Server 2008 and later versions of Windows."
+ END POLICY
+
+ END CATEGORY ; "ts_block"
+END CATEGORY ; "Wellbury LLC"