Provides defaults for the zimbra section

This commit is contained in:
Daniel Berteaud 2019-07-17 09:19:30 +02:00
parent 9a26a70f06
commit 3ff093aa26
1 changed files with 6 additions and 0 deletions

View File

@ -968,6 +968,12 @@ sub get_default_conf {
}
};
}
$defaults->{zimbra} = {
create_if_missing => 0,
setup_ldap_auth => 0
};
# If some attribute mapping is defined in the provided conf
# do not use defaults
foreach my $type ( qw( users groups ) ) {