diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm index 9342e30da..67672d946 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm +++ b/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 => {