Skip to content
Snippets Groups Projects
Commit d69fbff4 authored by Matthias Schnepf's avatar Matthias Schnepf
Browse files

Remove password authentication

parent a229b3ac
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ STARTD.ProvidesIO = TRUE
STARTD.ProvidesCpu = TRUE
# Only allow token based authentication
SEC_DEFAULT_AUTHENTICATION_METHODS = PASSWORD, IDTOKENS, SCITOKENS
SEC_DEFAULT_AUTHENTICATION_METHODS = IDTOKENS, SCITOKENS
SEC_TOKEN_DIRECTORY = $(ETC)/tokens.d/
SEC_TOKEN_SYSTEM_DIRECTORY = $(ETC)/tokens.d/
DomainNemo = nemo.privat
......@@ -75,7 +75,7 @@ NUM_CPUS = \
MemoryDefault = 20480
MEMORY = \
ifThenElse( isUndefined($ENV(SLURM_MEM_PER_NODE)), \
$(CPUsDefault), \
$(MemoryDefault), \
$ENV(SLURM_MEM_PER_NODE) \
)
......
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