mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
Make permission and privilege help text clearer
ticket 996
This commit is contained in:
@@ -19,11 +19,12 @@
|
||||
"""
|
||||
Permissions
|
||||
|
||||
A permission enables fine-grained delegation of permissions. Access Control
|
||||
Rules, or instructions (ACIs), grant permission to permissions to perform
|
||||
given tasks such as adding a user, modifying a group, etc.
|
||||
A permission enables fine-grained delegation of rights. A permission is
|
||||
a human-readable form of a 389-ds Access Control Rule, or instruction (ACI).
|
||||
A permission grants the right to perform a specific task such as adding a
|
||||
user, modifying a group, etc.
|
||||
|
||||
A permission may not be members of other permissions.
|
||||
A permission may not contain other permissions.
|
||||
|
||||
* A permissions grants access to read, write, add or delete.
|
||||
* A privilege combines similar permissions (for example all the permissions
|
||||
|
||||
@@ -19,11 +19,20 @@
|
||||
"""
|
||||
Privileges
|
||||
|
||||
A privilege enables fine-grained delegation of permissions. Access Control
|
||||
Rules, or instructions (ACIs), grant permission to privileges to perform
|
||||
given tasks such as adding a user, modifying a group, etc.
|
||||
A privilege combines permissions into a logical task. A permission provides
|
||||
the rights to do a single task. There are some IPA operations that require
|
||||
multiple permissions to succeed. A privilege is where permissions are
|
||||
combined in order to perform a specific task.
|
||||
|
||||
A privilege may not be members of other privileges.
|
||||
For example, adding a user requires the following permissions:
|
||||
* Creating a new user entry
|
||||
* Resetting a user password
|
||||
* Adding the new user to the default IPA users group
|
||||
|
||||
Combining these three low-level tasks into a higher level task in the
|
||||
form of a privilege named "Add User" makes it easier to manage Roles.
|
||||
|
||||
A privilege may not contain other privileges.
|
||||
|
||||
See role and permission for additional information.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user