Fix default value (#1478)

This commit is contained in:
Christophe Maudoux 2018-11-20 22:50:44 +01:00
parent b1fe73be96
commit 05aeaf92b3

View File

@ -1902,6 +1902,7 @@ sub attributes {
documentation => 'SAML Discovery Protocol Policy',
},
samlDiscoveryProtocolIsPassive => {
default => 0,
type => 'bool',
documentation => 'SAML Discovery Protocol Is Passive',
},
@ -2278,10 +2279,6 @@ sub attributes {
test => $perlExpr,
documentation => 'Rule to grant access to this SP',
},
samlDiscoveryProtocolIsPassive => {
type => 'bool',
default => 0,
},
# AUTH, USERDB and PASSWORD MODULES
authentication => {