mirror of
https://github.com/altlinux/admx-basealt.git
synced 2025-02-07 21:57:26 +03:00
Fix sshd-allow-groups-list with list strings
This commit is contained in:
parent
3daf94ffb6
commit
5616ec032d
@ -442,12 +442,20 @@ Enabled — The list of allowed groups for SSH Remote Access is enabled
|
||||
<string id="sshd-allow-groups-list">Switching Allowed Groups variants for SSH Remote Access</string>
|
||||
<string id="sshd-allow-groups-list_help">This policy determines which groups are included in the list of allowed groups for SSH Remote Access
|
||||
|
||||
Users - Allow SSH Access to groups wheel and users
|
||||
Remote - Allow SSH Access to groups wheel and remote
|
||||
Wheelonly - Allow SSH Access to group wheel only
|
||||
Remoteonly - Allow SSH Access to group remote only
|
||||
All users - Allow SSH Access to groups wheel and users
|
||||
|
||||
Administrators and remote users - Allow SSH Access to groups wheel and remote
|
||||
|
||||
Administrators only - Allow SSH Access to group wheel only
|
||||
|
||||
Remote users only - Allow SSH Access to group remote only
|
||||
</string>
|
||||
|
||||
<string id="sshd-allow-groups-list_users">All users</string>
|
||||
<string id="sshd-allow-groups-list_remote">Administrators and remote users</string>
|
||||
<string id="sshd-allow-groups-list_wheelonly">Administrators only</string>
|
||||
<string id="sshd-allow-groups-list_remoteonly">Remote users only</string>
|
||||
|
||||
<string id="sshd-gssapi-auth">GSS API authorization support on sshd server</string>
|
||||
<string id="sshd-gssapi-auth_help">This policy defines the functionality of authorization support using the GSS API on the sshd server
|
||||
|
||||
|
@ -444,12 +444,20 @@ TCB — любой пользователь может изменить свой
|
||||
<string id="sshd-allow-groups-list">Переключение вариантов разрешенных групп для службы удаленного доступа SSH</string>
|
||||
<string id="sshd-allow-groups-list_help">Эта политика определяет, какие группы входят в список разрешенных групп для службы удаленного доступа SSH
|
||||
|
||||
Users - Разрешить доступ к службе удаленного доступа SSH для групп wheel и users
|
||||
Remote - Разрешить доступ к службе удаленного доступа SSH для групп wheel и remote
|
||||
Wheelonly - Разрешить доступ к службе удаленного доступа SSH только для группы wheel
|
||||
Remoteonly - Разрешить доступ к службе удаленного доступа SSH только для группы remote
|
||||
Все пользователи — Разрешить доступ к службе удаленного доступа SSH для групп wheel и users
|
||||
|
||||
Администраторы и пользователи удалённого доступа — Разрешить доступ к службе удаленного доступа SSH для групп «wheel» и «remote»
|
||||
|
||||
Только администраторы — Разрешить доступ к службе удаленного доступа SSH только для группы «wheel»
|
||||
|
||||
Только пользователи удалённого доступа — Разрешить доступ к службе удаленного доступа SSH только для группы «remote»
|
||||
</string>
|
||||
|
||||
<string id="sshd-allow-groups-list_users">Все пользователи</string>
|
||||
<string id="sshd-allow-groups-list_remote">Администраторы и пользователи удалённого доступа</string>
|
||||
<string id="sshd-allow-groups-list_wheelonly">Только администраторы</string>
|
||||
<string id="sshd-allow-groups-list_remoteonly">Только пользователи удалённого доступа</string>
|
||||
|
||||
<string id="sshd-gssapi-auth">Поддержка авторизации API GSS на сервере OpenSSH</string>
|
||||
<string id="sshd-gssapi-auth_help">Эта политика определяет функциональные возможности поддержки авторизации с использованием GSS API на сервере SSHd
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user