Insert multiValuesSeperator in tree

This commit is contained in:
Xavier Guimard 2016-01-06 21:40:57 +00:00
parent 2acbbf9de6
commit 16ec8d6d22
3 changed files with 6 additions and 5 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

@ -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' ),