Skip to content

Commit 8135bbe

Browse files
committed
attempt to fix broken "install-openldap" in travis
may have broken in the most recent slapd version for Ubuntu Xenial?
1 parent 6c929d2 commit 8135bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/install-openldap

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ TMPDIR=$(mktemp -d)
1515
cd $TMPDIR
1616

1717
# Delete data and reconfigure.
18-
cp -v /var/lib/ldap/DB_CONFIG ./DB_CONFIG
18+
cp -v /usr/share/slapd/DB_CONFIG ./DB_CONFIG
1919
rm -rf /etc/ldap/slapd.d/*
2020
rm -rf /var/lib/ldap/*
2121
cp -v ./DB_CONFIG /var/lib/ldap/DB_CONFIG

0 commit comments

Comments
 (0)