Loading…
None
String updated in the repository |
Loading…
None
String updated in the repository |
Shortcut | Action |
---|---|
? | Open available keyboard shortcuts. |
Alt + Home | Navigate to the first translation in the current search. |
Alt + End | Navigate to the last translation in the current search. |
Alt + PageUp or Ctrl + ↑ or Alt + ↑ or Cmd + ↑ or |
Navigate to the last translation in the current search. |
Alt + PageDown or Ctrl + ↓ or Alt + ↓ or Cmd + ↓ or |
Navigate to the next translation in the current search. |
Ctrl + Enter or Cmd + Enter |
Submit current form; this works the same as pressing Save and continue while editing translation. |
Ctrl + Shift + Enter or Cmd + Shift +Enter |
Unmark translation as Needing edit and submit it. |
Alt + Enter or Option + Enter |
Submit the string as a suggestion; this works the same as pressing Suggest while editing translation. |
Ctrl + E or Cmd + E |
Focus on translation editor. |
Ctrl + U or Cmd + U |
Focus on comment editor. |
Ctrl + M or Cmd + M |
Shows Automatic suggestions tab. |
Ctrl + 1 to
Ctrl + 9 or Cmd + 1 to Cmd + 9 |
Copies placeable of a given number from source string. |
Ctrl + M followed by
1 to 9 or Cmd + M followed by 1 to 9 |
Copy the machine translation of a given number to current translation. |
Ctrl + I followed by
1 to
9 or Cmd + I followed by 1 to 9 |
Ignore one item in the list of failing checks. |
Ctrl + J or
Cmd + J |
Shows the Nearby strings tab. |
Ctrl + S or
Cmd + S |
Focus on search field. |
Ctrl + O or Cmd + O |
Copy the source string. |
Ctrl + Y or
Cmd + Y |
Toggle the Needs editing checkbox. |
→ | Browse the next translation string. |
← | Browse the previous translation string. |
Groups of users
Manage groups of users. By default, new groups are POSIX groups. You
can add the --nonposix option to the group-add command to mark a new group
as non-POSIX. You can use the --posix argument with the group-mod command
to convert a non-POSIX group into a POSIX group. POSIX groups cannot be
converted to non-POSIX groups.
Every group must have a description.
POSIX groups must have a Group ID (GID) number. Changing a GID is
supported but can have an impact on your file permissions. It is not necessary
to supply a GID when creating a group. IPA will generate one automatically
if it is not provided.
EXAMPLES:
Add a new group:
ipa group-add --desc='local administrators' localadmins
Add a new non-POSIX group:
ipa group-add --nonposix --desc='remote administrators' remoteadmins
Convert a non-POSIX group to posix:
ipa group-mod --posix remoteadmins
Add a new POSIX group with a specific Group ID number:
ipa group-add --gid=500 --desc='unix admins' unixadmins
Add a new POSIX group and let IPA assign a Group ID number:
ipa group-add --desc='printer admins' printeradmins
Remove a group:
ipa group-del unixadmins
To add the "remoteadmins" group to the "localadmins" group:
ipa group-add-member --groups=remoteadmins localadmins
Add multiple users to the "localadmins" group:
ipa group-add-member --users=test1 --users=test2 localadmins
Remove a user from the "localadmins" group:
ipa group-remove-member --users=test2 localadmins
Display information about a named group.
ipa group-show localadmins
External group membership is designed to allow users from trusted domains
to be mapped to local POSIX groups in order to actually use IPA resources.
External members should be added to groups that specifically created as
external and non-POSIX. Such group later should be included into one of POSIX
groups.
An external group member is currently a Security Identifier (SID) as defined by
the trusted domain. When adding external group members, it is possible to
specify them in either SID, or DOM\name, or name@domain format. IPA will attempt
to resolve passed name to SID with the use of Global Catalog of the trusted domain.
Example:
1. Create group for the trusted domain admins' mapping and their local POSIX group:
ipa group-add --desc='<ad.domain> admins external map' ad_admins_external --external
ipa group-add --desc='<ad.domain> admins' ad_admins
2. Add security identifier of Domain Admins of the <ad.domain> to the ad_admins_external
group:
ipa group-add-member ad_admins_external --external 'AD\Domain Admins'
3. Allow members of ad_admins_external group to be associated with ad_admins POSIX group:
ipa group-add-member ad_admins --groups ad_admins_external
4. List members of external members of ad_admins_external group to see their SIDs:
ipa group-show ad_admins_external
Групи користувачів
Керування групами користувачів. Типово нові групи є групами POSIX. Ви можете
додати параметр --nonposix до команди group-add з метою позначення нової
групи як групи не-POSIX. Ви можете скористатися аргументом --posix команди group-mod
для перетворення групи не-POSIX на групу POSIX. Групи POSIX не можна
перетворювати на групи не-POSIX.
Кожна група повинна мати опис.
Групи POSIX повинні мати номер ідентифікатора групи (GID). Передбачено підтримку
зміни GID, але ця зміна може вплинути на права доступу до ваших файлів. Для
створення групи слід вказати GID. IPA створить одну групу автоматично, якщо
таку не вказано.
ПРИКЛАДИ:
Додавання нової групи:
ipa group-add --desc='local administrators' localadmins
Додавання нової групи не-POSIX:
ipa group-add --nonposix --desc='remote administrators' remoteadmins
Перетворити групу не-POSIX на групу posix:
ipa group-mod --posix remoteadmins
Додати нову групу POSIX з вказаним ідентифікатором групи:
ipa group-add --gid=500 --desc='unix admins' unixadmins
Додати нову групу POSIX і надати IPA змогу призначити ідентифікатор:
ipa group-add --desc='printer admins' printeradmins
Вилучення групи:
ipa group-del unixadmins
Додати групу "remoteadmins" до групи "localadmins":
ipa group-add-member --groups=remoteadmins localadmins
Додати список користувачів до групи "localadmins":
ipa group-add-member --users=test1 --users=test2 localadmins
Вилучення користувача з групи "localadmins":
ipa group-remove-member --users=test2 localadmins
Показати інформацію щодо іменованої групи.
ipa group-show localadmins
Участь із зовнішніх груп створено для того, щоб уможливити прив’язку
користувачів з довірених доменів до локальних груп POSIX з метою
використання ресурсів IPA. Зовнішніх користувачів слід додавати до груп
які спеціально створено як зовнішні або групи не-POSIX. Таку групу
слід пізніше включити до одної з груп POSIX.
У поточній версії учасник зовнішньої групи є ідентифікатором безпеки
(Security Identifier або SID) визначеним довіреним доменом. Додавання
учасників зовнішньої групи можна виконати у форматі SID, DOM\ім’я або
ім’я@домен. IPA намагатиметься визначити за переданим іменем SID за
допомогою використання Загального каталогу довіреного домену.
Приклад:
1. Створити групу для прив’язки адміністраторів довіреного домену до
відповідної локальної групи POSIX:
ipa group-add --desc='<домен.ad> admins external map' ad_admins_external --external
ipa group-add --desc='<домен.ad> admins' ad_admins
2. Додати ідентифікатор Domain Admins домену <домен.ad> до
групи ad_admins_external:
ipa group-add-member ad_admins_external --external 'AD\Domain Admins'
3. Дозволити прив’язку групи ad_admins_external до групи POSIX ad_admins:
ipa group-add-member ad_admins --groups ad_admins_external
4. Показати список зовнішніх учасників групи ad_admins_external, щоб визначити
їхні SIDs:
ipa group-show ad_admins_external