From: Kurt Zeilenga Date: Fri, 26 May 2000 02:48:24 +0000 (+0000) Subject: Use -b "" instead of -b "cn=monitor" as monitor is not yet X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2857 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b5fab0c88e4757a99c3c62b9b55793e75f4207e5;p=openldap Use -b "" instead of -b "cn=monitor" as monitor is not yet implemented in SLAPD_SCHEMA_NOT_COMPAT --- diff --git a/tests/scripts/defines.sh b/tests/scripts/defines.sh index 81b6e9199c..ec0c2d5d02 100755 --- a/tests/scripts/defines.sh +++ b/tests/scripts/defines.sh @@ -52,7 +52,7 @@ LDIF=$DATADIR/test.ldif LDIFORDERED=$DATADIR/test-ordered.ldif LDIFPASSWD=$DATADIR/passwd.ldif LDIFPASSWDOUT=$DATADIR/passwd-out.ldif -MONITOR="cn=monitor" +MONITOR="" BASEDN="o=University of Michigan, c=US" MANAGERDN="cn=Manager, o=University of Michigan, c=US" UPDATEDN="cn=Replica, o=University of Michigan, c=US"