Made ninjahelper create files in /etc/backup.d with mode 600 instead of 000
[matthijs/upstream/backupninja.git] / handlers / ldap.helper
index 7670817d775b8d8568936e2ec151376338727dbd..838c731316fea2cbc4355e2d9de5779e9b338874 100644 (file)
@@ -44,7 +44,7 @@ $passwordfile
 # conf = /etc/ldap/slapd.conf
 # databases = all
 EOF
-     chmod 000 $next_filename
+     chmod 600 $next_filename
      return
 done
 }