summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fick <mfick@codeaurora.org>2012-03-19 08:37:36 -0700
committergerrit code review <noreply-gerritcodereview@google.com>2012-03-19 08:37:37 -0700
commita9ac635a96d8a62990c53dff043b7a12fd2a081d (patch)
treefd52e8d437c67bc03a4992d23b8771d2c5160fa2
parent190fbbb96331b918c333c0d657c4a6c10b6d6e33 (diff)
parentdadabca3fc87ba9befe99cb0b69c70c535ce1205 (diff)
Merge "Access control documentation: Create account capability" into stable-2.3
-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
~~~~~~~~~~~