From 0447b8c9698b47a71e1667489ad631ffb3f6eb28 Mon Sep 17 00:00:00 2001 From: Tim Wickberg <tim@schedmd.com> Date: Fri, 21 Feb 2020 12:57:56 -0700 Subject: [PATCH] Add auth/jwt to the list of supported AuthAltTypes. --- doc/man/man5/slurm.conf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5 index d736a7905a0..ea4e67d02b0 100644 --- a/doc/man/man5/slurm.conf.5 +++ b/doc/man/man5/slurm.conf.5 @@ -321,8 +321,8 @@ value for this option is "YES" for Cray systems and "NO" for other system types. .TP \fBAuthAltTypes\fR -Command separated list of alternative authentication plugins that the slurmctld -will permit for communication. +Comma separated list of alternative authentication plugins that the slurmctld +will permit for communication. Acceptable values at present include "auth/jwt". .TP \fBAuthInfo\fR -- GitLab