summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Luthander <fredrik.luthander@sonymobile.com>2012-02-13 09:59:48 +0100
committerMartin Fick <mfick@codeaurora.org>2012-03-15 11:29:08 -0600
commitdadabca3fc87ba9befe99cb0b69c70c535ce1205 (patch)
tree7c35c3619a24074951662141e07ca7e73979edef
parente4500a1563a40a8e41cb28094e55c837e1a4b195 (diff)
Access control documentation: Create account capability
Change-Id: Icbf0f4bc3d62003daf40d173ddb08712174d4db5 Signed-off-by: Fredrik Luthander <fredrik.luthander@sonyericsson.com> Signed-off-by: Fredrik Luthander <fredrik.luthander@sonymobile.com>
-rw-r--r--Documentation/access-control.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/Documentation/access-control.txt b/Documentation/access-control.txt
index 38e48198e1..e7379eafbb 100644
--- a/Documentation/access-control.txt
+++ b/Documentation/access-control.txt
@@ -833,8 +833,6 @@ much of the server administration burden out to more users.
Below you find a list of capabilities available:
-* Create Account
-
* Create Group
* Create Project
@@ -864,6 +862,17 @@ able to grant any access right to any group. They will also have all
capabilities granted to them automatically.
+[[capability_createAccount]]
+Create Account
+~~~~~~~~~~~~~~
+
+Allow link:cmd-create-account.html['account creation over the ssh prompt'].
+This capability allows the granted group members to create non-interactive
+service accounts. These service accounts are generally used for automation
+and made to be members of the
+link:access-control.html#non-interactive_users['Non-Interactive users'] group.
+
+
[[capability_queryLimit]]
Query Limit
~~~~~~~~~~~