]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/startup_nis_ldap_server.sh
Replace get_filter generation of fstr with filter2bv().
[openldap] / tests / scripts / startup_nis_ldap_server.sh
index 442c62fa1cac5dbf2b3eba287108ae05cdb673bc..da66c86d128dc4f7afba6ee2c6cd4b427cdd0517 100755 (executable)
@@ -27,7 +27,7 @@ echo "Cleaning up in $DBDIR..."
 rm -f $DBDIR/[!C]*
 
 echo "Running slapadd to build slapd database..."
-$LDIF2LDBM -f $NIS_CONF -l $NIS_LDIF
+$SLAPADD -f $NIS_CONF -l $NIS_LDIF
 RC=$?
 if [ $RC != 0 ]; then
        echo "slapadd failed!"