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

ts_block.adm - github.com/EvanAnderson/ts_block.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb582f9db411bf9397a135c24ea57a3a7cf82b41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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"