Skip to content
Snippets Groups Projects
Commit 777693d1 authored by Marcin Stolarek's avatar Marcin Stolarek Committed by Tim Wickberg
Browse files

Fix mistake on configuration option name in error message.

Bug 11334.
parent 3bd1c303
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ static int _init_key(void) ...@@ -141,7 +141,7 @@ static int _init_key(void)
slurm_conf.state_save_location, default_key); slurm_conf.state_save_location, default_key);
} else if (!key_file) { } else if (!key_file) {
/* Must be in slurmdbd */ /* Must be in slurmdbd */
error("No jwt_key set. Please set the jwt_key=/path/to/key/file option in AuthAltParams in slurmdbd.conf."); error("No jwt_key set. Please set the jwt_key=/path/to/key/file option in AuthAltParameters in slurmdbd.conf.");
return ESLURM_AUTH_SKIP; return ESLURM_AUTH_SKIP;
} }
......
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