Insert multiValuesSeperator in tree

environments/ppa-mbqj77/deployments/1
Xavier Guimard 10 years ago
parent 2acbbf9de6
commit 16ec8d6d22
  1. 3
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm
  2. 2
      lemonldap-ng-manager/site/static/struct.json
  3. 6
      lemonldap-ng-manager/t/80-attributes.t

@ -652,7 +652,8 @@ sub tree {
}
]
},
'logoutServices'
'logoutServices',
'multiValuesSeparator'
]
}
]

File diff suppressed because one or more lines are too long

@ -13,9 +13,9 @@ my @notManagedAttributes = qw(
samlSPMetaDataOptions samlIDPMetaDataOptions
oidcRPMetaDataOptions oidcOPMetaDataOptions
cfgAuthor cfgAuthorIP cfgNum cfgDate cfgLog
vhostOptions staticPrefix multiValuesSeparator
protection redirectFormMethod infoFormMethod
activeTimer confirmFormMethod
vhostOptions staticPrefix redirectFormMethod
infoFormMethod activeTimer confirmFormMethod
protection
);
ok( open( F, 'lib/Lemonldap/NG/Manager/Build/Attributes.pm' ),

Loading…
Cancel
Save