Fixed path to ldif file

This commit is contained in:
Juan Gomez 1999-05-26 23:52:27 +00:00
parent 1084618dd2
commit f8e47da5ed

View file

@ -13,7 +13,7 @@ fi
. $SRCDIR/scripts/defines.sh $SRCDIR $BDB2
# Sample NIS database in LDIF format
NIS_LDIF=$SRCDIR/../servers/slapd/schema/nis_sample.ldif
NIS_LDIF=$SRCDIR/data/nis_sample.ldif
# Sample configuration file for your LDAP server
if test "$BACKEND" = "bdb2" ; then