From a3902da0439a357e134a338e6c0ec797a099cd90 Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Thu, 26 Jun 2014 07:22:42 -0700 Subject: [PATCH] Expand AllowGroups explanation Clarify the meaning of the AllowGroups configuration parameter a bit more. --- doc/man/man5/slurm.conf.5 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5 index 986b540c892..c5630c52c74 100644 --- a/doc/man/man5/slurm.conf.5 +++ b/doc/man/man5/slurm.conf.5 @@ -3238,6 +3238,8 @@ The front end configuration specifies the following information: \fBAllowGroups\fR 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. +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. .TP @@ -3374,7 +3376,7 @@ Also refer to DenyAccounts. .TP \fBAllowGroups\fR 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. Jobs executed as user root can use any partition without regard to the value of AllowGroups. -- GitLab