mirror of
https://github.com/altlinux/admx-basealt.git
synced 2025-03-12 00:58:23 +03:00
Added network directories unmounted policy for user
This commit is contained in:
parent
280db534ff
commit
5cc7052939
@ -412,6 +412,18 @@
|
||||
<decimal id="AutofsTimer_setter" valueName="Number" minValue="0" maxValue="65535" />
|
||||
</elements>
|
||||
</policy>
|
||||
<policy class="User" displayName="$(string.gpupdate_autofs_timer_user)"
|
||||
explainText="$(string.gpupdate_autofs_timer_user_help)"
|
||||
key="Software\BaseALT\Policies\GPUpdate"
|
||||
name="TimeoutAutofsUser"
|
||||
valueName="TimeoutAutofsUser"
|
||||
presentation="$(presentation.GpupdateAutofsTimer-pr)">
|
||||
<parentCategory ref="ALT_Mounting"/>
|
||||
<supportedOn ref="system:SUPPORTED_AltP10"/>
|
||||
<elements>
|
||||
<decimal id="AutofsTimer_setter" valueName="Number" minValue="0" maxValue="65535" />
|
||||
</elements>
|
||||
</policy>
|
||||
<policy class="Machine" displayName="$(string.gpupdate_filescopy_applier)"
|
||||
explainText="$(string.gpupdate_filescopy_applier_help)"
|
||||
key="Software\BaseALT\Policies\GroupPolicies"
|
||||
|
@ -161,6 +161,10 @@ Example: If the suffix ".py" is specified in the suffix list, and the path "/usr
|
||||
<string id="gpupdate_autofs_timer">Time until network directories are unmounted</string>
|
||||
<string id="gpupdate_autofs_timer_help">The policy allows you to set the time (in seconds) before unmounting network directories mounted using group policies.
|
||||
|
||||
</string>
|
||||
<string id="gpupdate_autofs_timer_user">Time until network directories are unmounted</string>
|
||||
<string id="gpupdate_autofs_timer_user_help">The policy allows you to set the time (in seconds) before unmounting network directories mounted using group policies.
|
||||
|
||||
</string>
|
||||
<string id="UserPolicyMode">Configure user Group Policy loopback processing mode</string>
|
||||
<string id="UserPolicyMode_Help">This policy setting directs the system to apply the set of Group Policy objects for the computer to any user who logs on to a computer affected by this setting.
|
||||
|
@ -162,6 +162,10 @@
|
||||
<string id="gpupdate_autofs_timer">Время до размонтирования сетевых каталогов</string>
|
||||
<string id="gpupdate_autofs_timer_help">Политика позволяет установить время (в секундах) до размонтирования сетевых каталогов, примонтированных с помощью групповых политик.
|
||||
|
||||
</string>
|
||||
<string id="gpupdate_autofs_timer_user">Время до размонтирования сетевых каталогов</string>
|
||||
<string id="gpupdate_autofs_timer_user_help">Политика позволяет установить время (в секундах) до размонтирования сетевых каталогов, примонтированных с помощью групповых политик.
|
||||
|
||||
</string>
|
||||
<string id="UserPolicyMode">Настройка режима обработки замыкания пользовательской групповой политики</string>
|
||||
<string id="UserPolicyMode_Help">В соответствии с этим параметром политики система применяет набор объектов групповой политики для компьютера ко всем пользователям, выполняющим вход в систему компьютера, к которому применен этот параметр политики.
|
||||
|
Loading…
x
Reference in New Issue
Block a user