We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c929d2 commit 8135bbeCopy full SHA for 8135bbe
script/install-openldap
@@ -15,7 +15,7 @@ TMPDIR=$(mktemp -d)
15
cd $TMPDIR
16
17
# Delete data and reconfigure.
18
-cp -v /var/lib/ldap/DB_CONFIG ./DB_CONFIG
+cp -v /usr/share/slapd/DB_CONFIG ./DB_CONFIG
19
rm -rf /etc/ldap/slapd.d/*
20
rm -rf /var/lib/ldap/*
21
cp -v ./DB_CONFIG /var/lib/ldap/DB_CONFIG
0 commit comments