]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/startup_nis_ldap_server.sh
Add cn=monitor, cn=config, cn=schema to namingContexts.
[openldap] / tests / scripts / startup_nis_ldap_server.sh
index d7aef436e318e72bb387ccad000871c023e93726..2c71f4f2e769062b642d5799781b2be64704cd44 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
 
+
 if [ $# -eq 0 ]; then
        SRCDIR="."
 else
@@ -12,7 +13,7 @@ fi
 . $SRCDIR/scripts/defines.sh $SRCDIR $BDB2
 
 # Sample NIS database in LDIF format
-NIS_LDIF=$SRCDIR/../schema/nis_sample.ldif
+NIS_LDIF=$SRCDIR/data/nis_sample.ldif
 
 # Sample configuration file for your LDAP server
 if test "$BACKEND" = "bdb2" ; then