Make json

This commit is contained in:
Christophe Maudoux 2020-04-15 23:25:57 +02:00
parent 40446a0f8f
commit c83f5c203f
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ sub defaultValues {
'activeTimer' => 1,
'ADPwdExpireWarning' => 0,
'ADPwdMaxAge' => 0,
'apacheAuthnLevel' => 4,
'apacheAuthnLevel' => 3,
'applicationList' => {
'default' => {
'catname' => 'Default category',

View File

@ -271,7 +271,7 @@ sub attributes {
'type' => 'int'
},
'apacheAuthnLevel' => {
'default' => 4,
'default' => 3,
'type' => 'int'
},
'applicationList' => {

File diff suppressed because one or more lines are too long