Correction de la configuration oned

This commit is contained in:
Philippe Caseiro 2016-05-11 11:07:13 +02:00
parent 83eb1511fb
commit 390e5e5200
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ HM_MAD = [
AUTH_MAD = [
executable = "one_auth_mad",
%if %%getVar('sunstone_auth_modes', 'non') == 'non'
authn = "server_cipher,default,%%sunstone_auth_modes"
authn = "server_cipher,default
%else
authn = "server_cipher,default,%%getVar('sunstone_auth_modes','')"
%end if