Skip to content
Snippets Groups Projects
Commit ad5cd6d0 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'update-localdump-to-classlike-functions' into 'master'

ldap: fix list of created dump files

See merge request !55
parents 80c4d570 3baef77b
No related branches found
No related tags found
1 merge request!55ldap: fix list of created dump files
......@@ -53,7 +53,7 @@ function dump_ldap(){
DN=$1
DUMPFILE=$2
echo -n "__DB__$SERVICENAME backup $LDAP_CONF_DIR_PATH .. DN $DN "
echo -n "__DB__$SERVICENAME backup $LDAP_CONF_DIR_PATH .. DN $DN ... "
slapcat -F $LDAP_CONF_DIR_PATH -b "$DN" -l "$DUMPFILE"
fetchrc >/dev/null
......@@ -96,7 +96,7 @@ function doLdapBackup(){
echo
echo ----- DUMPS
ls -l "$BACKUP_TARGETDIR/*$BACKUP_DATE*"
ls -l "$BACKUP_TARGETDIR"/*$BACKUP_DATE*
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment