mirror of
https://github.com/altlinux/admx-basealt.git
synced 2025-03-12 12:58:21 +03:00
Added policy to enable network directory creation mechanism for users
This commit is contained in:
parent
f1421e9785
commit
62f8f60f8e
@ -410,6 +410,16 @@
|
||||
<decimal value="0"/>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy class="Machine" displayName="$(string.gpupdate_networkshares_applier_user)" explainText="$(string.gpupdate_networkshares_applier_user_help)" key="Software\BaseALT\Policies\GPUpdate" name="NetworksharesApplierUser" valueName="NetworksharesApplierUser">
|
||||
<parentCategory ref="ALT_GPUpdateAppliers"/>
|
||||
<supportedOn ref="system:SUPPORTED_AltP10"/>
|
||||
<enabledValue>
|
||||
<decimal value="1"/>
|
||||
</enabledValue>
|
||||
<disabledValue>
|
||||
<decimal value="0"/>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy class="Machine" displayName="$(string.gpupdate_autofs_timer)"
|
||||
explainText="$(string.gpupdate_autofs_timer_help)"
|
||||
key="Software\BaseALT\Policies\GPUpdate"
|
||||
|
@ -162,6 +162,12 @@ Example: If the suffix ".py" is specified in the suffix list, and the path "/usr
|
||||
<string id="gpupdate_networkshares_applier">Сreating network directories</string>
|
||||
<string id="gpupdate_networkshares_applier_help">The policy includes a mechanism for creating network directories
|
||||
|
||||
Additional configuration of the mechanism can be performed using the policies "Time before unmounting network directories", "Mapping network drives of the machine/user in the home directory" and "Name of the directory for mounting network drives of the machine/user".
|
||||
|
||||
</string>
|
||||
<string id="gpupdate_networkshares_applier_user">Сreating network directories for users</string>
|
||||
<string id="gpupdate_networkshares_applier_user_help">The policy includes a mechanism for creating network directories for users
|
||||
|
||||
Additional configuration of the mechanism can be performed using the policies "Time before unmounting network directories", "Mapping network drives of the machine/user in the home directory" and "Name of the directory for mounting network drives of the machine/user".
|
||||
|
||||
</string>
|
||||
|
@ -163,6 +163,12 @@
|
||||
<string id="gpupdate_networkshares_applier">Создание сетевых каталогов</string>
|
||||
<string id="gpupdate_networkshares_applier_help">Политика включает механизм создания сетевых каталогов
|
||||
|
||||
Дополнительную настройку механизма можно произвести с помощью политик «Время до размонтирования сетевых каталогов», «Отображение сетевых дисков машины/пользователя в домашнем каталоге» и «Имя каталога монтирования сетевых дисков машины/пользователя».
|
||||
|
||||
</string>
|
||||
<string id="gpupdate_networkshares_applier_user">Создание сетевых каталогов для пользователей</string>
|
||||
<string id="gpupdate_networkshares_applier_user_help">Политика включает механизм создания сетевых каталогов для пользователей
|
||||
|
||||
Дополнительную настройку механизма можно произвести с помощью политик «Время до размонтирования сетевых каталогов», «Отображение сетевых дисков машины/пользователя в домашнем каталоге» и «Имя каталога монтирования сетевых дисков машины/пользователя».
|
||||
|
||||
</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user