{

# Now, update the configuration
my $num = $confAccess->saveConf($conf);

if ($num > 0){
    esmith::util::chownFile('www', 'www', "/var/lib/lemonldap-ng/conf/lmConf-$num");
    chmod 0660, "/var/lib/lemonldap-ng/conf/lmConf-$num";
}
else {
    die "An error occured saving LemonLDAP::NG configuration: $num\n";
}

$OUT = '# This is just a dummy config file';

}
