Skip to content
Snippets Groups Projects
Commit a3902da0 authored by Morris Jette's avatar Morris Jette
Browse files

Expand AllowGroups explanation

Clarify the meaning of the AllowGroups configuration parameter a bit more.
parent bd1ed22b
No related branches found
No related tags found
No related merge requests found
...@@ -3238,6 +3238,8 @@ The front end configuration specifies the following information: ...@@ -3238,6 +3238,8 @@ The front end configuration specifies the following information:
\fBAllowGroups\fR \fBAllowGroups\fR
Comma separated list of group names which may execute jobs on this front end Comma separated list of group names which may execute jobs on this front end
node. By default, all groups may use this front end node. node. By default, all groups may use this front end node.
If \fBat least\fR one group associated with the user attempting to execute the
job is in AllowGroups, he will be permitted to use this front end node.
May not be used with the \fBDenyGroups\fR option. May not be used with the \fBDenyGroups\fR option.
.TP .TP
...@@ -3374,7 +3376,7 @@ Also refer to DenyAccounts. ...@@ -3374,7 +3376,7 @@ Also refer to DenyAccounts.
.TP .TP
\fBAllowGroups\fR \fBAllowGroups\fR
Comma separated list of group names which may execute jobs in the partition. Comma separated list of group names which may execute jobs in the partition.
If at least one group associated with the user attempting to execute the If \fBat least\fR one group associated with the user attempting to execute the
job is in AllowGroups, he will be permitted to use this partition. job is in AllowGroups, he will be permitted to use this partition.
Jobs executed as user root can use any partition without regard to Jobs executed as user root can use any partition without regard to
the value of AllowGroups. the value of AllowGroups.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment