mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
Fixed path to ldif file
This commit is contained in:
parent
1084618dd2
commit
f8e47da5ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue