From da850848441f74d934ac8c4ccce0803d41b40b48 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Wed, 5 Nov 2003 17:45:29 +0000
Subject: [PATCH] Note that AuthType and JobCompType value changes require a
 slurmctld restart to take effect.

---
 doc/man/man5/slurm.conf.5 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5
index a41d6b66ec4..fbe45f77a14 100644
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -24,6 +24,7 @@ The default value is "auth/none", which means the UID included in
 communication messages is not verified. 
 "auth/authd" indicates that Brett Chun's authd is to be used (see
 "http://www.theether.org/authd/" for more information).
+Slurmctld must be restarted for a change in this value to take effect.
 .TP
 \fBBackupAddr\fR
 Name that \fBBackupController\fR should be referred to in 
@@ -114,6 +115,7 @@ The default value is "jobcomp/none", which means that upon job completion
 the record of the job is purged from the system. 
 The value "jobcomp/filetxt" indicates that a record of the job should be 
 written to a text file specified by the \fBJobCompLoc\fR parameter.
+Slurmctld must be restared for a change in this value to take effect.
 .TP
 \fBJobCredentialPrivateKey\fR
 Fully qualified pathname of a file containing a private key used for 
-- 
GitLab