typo in backupninja.1
[matthijs/upstream/backupninja.git] / handlers / ldap.helper
index 44b08cb07a68ec3c039b57d160d8428d1ebef795..697c720209595a84c62de09a7bd8fc32a7cd938e 100644 (file)
@@ -1,3 +1,6 @@
+# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+
+HELPERS="$HELPERS ldap:ldap_database_backup"
 
 ldap_create_file() {
 while true; do
@@ -43,7 +46,7 @@ $passwordfile
 # conf = /etc/ldap/slapd.conf
 # databases = all
 EOF
-     chmod 000 $next_filename
+     chmod 600 $next_filename
      return
 done
 }
@@ -51,7 +54,7 @@ done
 ldap_wizard() {
    bdb=no
    ldbm=no
-   for backend in `grep -e "^backend" /etc/ldap/slapd.conf | awk '{print $2}'`; do
+   for backend in `grep -e "^backend" /etc/ldap/slapd.conf | @AWK@ '{print $2}'`; do
       if [ "$backend" == "bdb" -a "$bdb" == "no" ]; then
          bdb=yes
       elif [ "$backend" == "ldbm" -a "$ldbm" == "no" ]; then