Fix default value (#1478)

environments/ppa-mbqj77/deployments/492
Christophe Maudoux 7 years ago
parent b1fe73be96
commit 05aeaf92b3
  1. 5
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm

@ -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 => {

Loading…
Cancel
Save