Questo contenuto non è disponibile nella lingua selezionata.
10.2. Defining Self-Service Settings
Self-service access control rules define the operations that an entity can perform on itself. These rules define only what attributes a user (or other IdM entity) can edit on their personal entries.
10.2.1. Creating Self-Service Rules from the Web UI Copia collegamentoCollegamento copiato negli appunti!
Copia collegamentoCollegamento copiato negli appunti!
- On the IPA Server tab in the top menu, select the
subtab. - Click Add at the top of the list of the self-service access control instructions.
Figure 10.1. Adding a Current Self-Service Rule
- Enter the name of the rule in the pop-up window. Spaces are allowed.
Figure 10.2. Form for Adding a Self-Service Rule
- Select the check boxes by the attributes which this ACI will permit users to edit.
- Click the Add button to save the new self-service ACI.
10.2.2. Creating Self-Service Rules from the Command Line Copia collegamentoCollegamento copiato negli appunti!
Copia collegamentoCollegamento copiato negli appunti!
A new self-service rule can be added using the selfservice-add command. These two options are required:
--permissionsto set which permissions – such as write, add, or delete – the ACI grants--attrsto give the full list of attributes which this ACI grants permission to.
10.2.3. Editing Self-Service Rules Copia collegamentoCollegamento copiato negli appunti!
Copia collegamentoCollegamento copiato negli appunti!
In the self-service entry in the web UI, the only element that can be edited is the list of attributes that are included in the ACI. The check boxes can be selected or deselected.
Figure 10.3. Self-Service Edit Page
With the command line, self-service rules are edited using the ipa selfservice-mod command. The
--attrs option overwrites whatever the previous list of supported attributes was, so always include the complete list of attributes along with any new attributes.
Important
Include all of the attributes when modifying a self-service rule, including existing ones.