diff --git a/zmldapsync/zmldapsync.pl b/zmldapsync/zmldapsync.pl index 444beeb..0afb5c3 100644 --- a/zmldapsync/zmldapsync.pl +++ b/zmldapsync/zmldapsync.pl @@ -27,10 +27,10 @@ my $conf = {}; # Defaults for command line flags my $opt = { - 'config=s' => '/opt/zimbra/conf/ldap_sync.yml', - 'dry' => 0, - 'quiet' => 0, - 'verbose' => 0 + config => '/opt/zimbra/conf/zmldapsync.yml', + dry => 0, + quiet => 0, + verbose => 0 }; # Read some options from the command line