FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit b67e2b82 authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

Stop trying to dump ldap in prepare script (as we don't have any debian/ubuntu ldap servers!!)

parent dd28c9af
No related branches found
No related tags found
No related merge requests found
......@@ -79,9 +79,6 @@ if [ -f /etc/mysql/my.cnf ] ; then
[ -S \$SOCKET ] && which mysqldump >/dev/null 2>&1 && mysqldump --defaults-file=/etc/mysql/debian.cnf --all-databases >/var/adm/backup/mysql
fi
# Dump LDAP, if we can
which slapcat >/dev/null 2>&1 && slapcat >/var/adm/backup/ldap
# Ignore exit status of this command
true
"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment