From 3ff093aa2620260f8067ab246889cc3d57198d07 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 17 Jul 2019 09:19:30 +0200 Subject: [PATCH] Provides defaults for the zimbra section --- zmldapsync/zmldapsync.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zmldapsync/zmldapsync.pl b/zmldapsync/zmldapsync.pl index 89806e0..e09c41d 100644 --- a/zmldapsync/zmldapsync.pl +++ b/zmldapsync/zmldapsync.pl @@ -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 ) ) {