xref: /reactos/media/inf/defltsv.inf (revision ea6e7740)
1; defltsv.inf
2; Default security settings for ReactOS Server
3
4[Version]
5Signature = "$Windows NT$"
6
7[System Access]
8; Password Options
9MinimumPasswordAge = 0
10MaximumPasswordAge = 42
11MinimumPasswordLength = 0
12PasswordComplexity = 0
13PasswordHistorySize = 0
14RequireLogonToChangePassword = 0
15ClearTextPassword = 0
16
17; Lockout Options
18LockoutBadCount = 0
19;ResetLockoutCount = 30
20;LockoutDuration = 30
21
22; Account Options
23LSAAnonymousLookup = 0
24;EnableAdminAccount = 0
25EnableGuestAccount = 0
26;NewAdministratorName =
27;NewGuestName =
28
29[Application Log]
30MaximumLogSize = 16384
31AuditLogRetentionPeriod = 0
32;RetentionDays = 7
33RestrictGuestAccess = 1
34
35[Security Log]
36MaximumLogSize = 16384
37AuditLogRetentionPeriod = 0
38;RetentionDays = 7
39RestrictGuestAccess = 1
40
41[System Log]
42MaximumLogSize = 16384
43AuditLogRetentionPeriod = 0
44;RetentionDays = 7
45RestrictGuestAccess = 1
46
47[Event Audit]
48AuditSystemEvents = 0;
49AuditObjectAccess = 0;
50AuditPrivilegeUse = 0;
51AuditPolicyChange = 0;
52AuditAccountManage = 0;
53AuditProcessTracking = 0;
54AuditAccountLogon = 1;
55AuditLogonEvents = 1;
56
57[Privilege Rights]
58SeAssignPrimaryTokenPrivilege = *S-1-5-19, *S-1-5-20
59SeAuditPrivilege = *S-1-5-19, *S-1-5-20
60SeBackupPrivilege = *S-1-5-32-544, *S-1-5-32-551
61SeBatchLogonRight =
62SeChangeNotifyPrivilege = *S-1-1-0, *S-1-5-32-544, *S-1-5-32-545, *S-1-5-32-547, *S-1-5-32-551
63SeCreateGlobalPrivilege = *S-1-5-6, *S-1-5-32-544
64SeCreatePagefilePrivilege = *S-1-5-32-544
65SeCreatePermanentPrivilege =
66SeCreateTokenPrivilege =
67SeDebugPrivilege = *S-1-5-32-544
68SeDenyBatchLogonRight =
69SeDenyInteractiveLogonRight =
70SeDenyNetworkLogonRight =
71SeDenyRemoteInteractiveLogonRight =
72SeDenyServiceLogonRight =
73SeEnableDelegationPrivilege =
74SeImpersonatePrivilege = *S-1-5-6, *S-1-5-32-544
75SeIncreaseBasePriorityPrivilege = *S-1-5-32-544
76SeIncreaseQuotaPrivilege = *S-1-5-19, *S-1-5-20, *S-1-5-32-544
77SeInteractiveLogonRight = *S-1-5-32-544, *S-1-5-32-545, *S-1-5-32-547, *S-1-5-32-551
78SeLoadDriverPrivilege = *S-1-5-32-544
79SeLockMemoryPrivilege =
80SeMachineAccountPrivilege =
81SeManageVolumePrivilege = *S-1-5-32-544
82SeNetworkLogonRight =  *S-1-1-0, *S-1-5-32-544, *S-1-5-32-545, *S-1-5-32-547, *S-1-5-32-551
83SeProfileSingleProcessPrivilege = *S-1-5-32-544, *S-1-5-32-547
84SeRemoteInteractiveLogonRight = *S-1-5-32-544, *S-1-5-32-555
85SeRemoteShutdownPrivilege = *S-1-5-32-544
86SeRestorePrivilege = *S-1-5-32-544, *S-1-5-32-551
87SeSecurityPrivilege = *S-1-5-32-544
88SeServiceLogonRight =
89SeShutdownPrivilege = *S-1-5-32-544, *S-1-5-32-547, *S-1-5-32-551
90SeSyncAgentPrivilege =
91SeSystemEnvironmentPrivilege = *S-1-5-32-544
92SeSystemProfilePrivilege = *S-1-5-32-544
93SeSystemTimePrivilege = *S-1-5-19, *S-1-5-32-544, *S-1-5-32-547
94SeTakeOwnershipPrivilege = *S-1-5-32-544
95SeTcbPrivilege =
96SeUndockPrivilege = *S-1-5-32-544, *S-1-5-32-547
97
98[Group Membership]
99%SceInfUsers%__Memberof =
100%SceInfUsers%__Members = %SceInfAuthUsers%, %SceInfInteractive%
101
102[Registry Values]
103; Full registry path = Type, Value
104;
105; Type:
106;   1: REG_SZ
107;   2: REG_EXPAND_SZ
108;   3: REG_BINARY
109;   4: REG_DWORD
110;   7: REG_MULTI_SZ
111
112MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableCAD = 4, 0
113MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\DontDisplayLastUserName = 4, 0
114MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\LegalNoticeCaption = 1, ""
115MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\LegalNoticeText = 7, ""
116MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\ShutdownWithoutLogon = 4, 0
117MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\UndockWithoutLogon = 4, 1
118
119[Strings]
120SceInfAuthUsers = "Authenticated Users"
121SceInfInteractive = "INTERACTIVE"
122SceInfGuest = "Guest"
123SceInfUsers = "Users"
124
125[Strings.0404]
126SceInfAuthUsers = "經過身份驗證的使用者"
127SceInfInteractive = "INTERACTIVE"
128SceInfGuest = "來賓"
129SceInfUsers = "使用者"
130
131[Strings.0405]
132SceInfAuthUsers = "Autentizovaní uživatelé"
133SceInfInteractive = "INTERACTIVE"
134SceInfGuest = "Host"
135SceInfUsers = "Uživatelé"
136
137[Strings.0407]
138SceInfAuthUsers = "Authentifizierte Benutzer"
139SceInfInteractive = "INTERAKTIV"
140SceInfGuest = "Gast"
141SceInfUsers = "Benutzer"
142
143[Strings.0410]
144SceInfAuthUsers = "Utenti autenticati"
145SceInfInteractive = "INTERATTIVO"
146SceInfGuest = "Guest"
147SceInfUsers = "Utenti"
148
149[Strings.0415]
150SceInfAuthUsers = "Użytkownicy uwierzytelnieni"
151SceInfInteractive = "INTERAKTYWNA"
152SceInfGuest = "Gość"
153SceInfUsers = "Użytkownicy"
154
155[Strings.0418]
156SceInfAuthUsers = "Utilizatori autentificați"
157SceInfInteractive = "INTERACTIV"
158SceInfGuest = "Oaspete"
159SceInfUsers = "Utilizatori"
160
161[Strings.0419]
162SceInfAuthUsers = "Авторизованные пользователи"
163SceInfInteractive = "INTERACTIVE"
164SceInfGuest = "Гость"
165SceInfUsers = "Пользователи"
166
167[Strings.041b]
168SceInfAuthUsers = "Autentizovaní používatelia"
169SceInfInteractive = "INTERACTIVE"
170SceInfGuest = "Hosť"
171SceInfUsers = "Používatelia"
172
173[Strings.041c]
174SceInfAuthUsers = "Përdorues vërtetuar"
175SceInfInteractive = "INTERAKTIVE"
176SceInfGuest = "Vizitorë"
177SceInfUsers = "Përdoruesit"
178
179[Strings.041f]
180SceInfAuthUsers = "Kimliği Doğrulanmış Kullanıcılar"
181SceInfInteractive = "ETKLİEŞİMLİ"
182SceInfGuest = "Konuk"
183SceInfUsers = "Kullanıcılar"
184
185[Strings.048f]
186SceInfAuthUsers = "Aŭtentikigitaj uzantoj"
187SceInfInteractive = "INTERACTIVE"
188SceInfGuest = "Gasto"
189SceInfUsers = "Uzantoj"
190
191[Strings.0804]
192SceInfAuthUsers = "经过身份验证的用户"
193SceInfInteractive = "INTERACTIVE"
194SceInfGuest = "来宾"
195SceInfUsers = "用户"
196
197[Strings.0816]
198SceInfAuthUsers = "Utilizadores autenticados"
199SceInfInteractive = "INTERACTIVE"
200SceInfGuest = "Convidado"
201SceInfUsers = "Utilizadores"
202