Correction syntaxique dans le template oned.conf
This commit is contained in:
parent
b995c007ae
commit
fd17859138
|
@ -711,7 +711,7 @@ HM_MAD = [
|
||||||
AUTH_MAD = [
|
AUTH_MAD = [
|
||||||
executable = "one_auth_mad",
|
executable = "one_auth_mad",
|
||||||
%if %%getVar('sunstone_auth_modes', 'non') == 'non'
|
%if %%getVar('sunstone_auth_modes', 'non') == 'non'
|
||||||
authn = "server_cipher,default
|
authn = "server_cipher,default"
|
||||||
%else
|
%else
|
||||||
authn = "server_cipher,default,%%getVar('sunstone_auth_modes','')"
|
authn = "server_cipher,default,%%getVar('sunstone_auth_modes','')"
|
||||||
%end if
|
%end if
|
||||||
|
|
Loading…
Reference in New Issue