]> git.sur5r.net Git - openldap/commitdiff
Use -b "" instead of -b "cn=monitor" as monitor is not yet
authorKurt Zeilenga <kurt@openldap.org>
Fri, 26 May 2000 02:48:24 +0000 (02:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 26 May 2000 02:48:24 +0000 (02:48 +0000)
implemented in SLAPD_SCHEMA_NOT_COMPAT

tests/scripts/defines.sh

index 81b6e9199c473dcaaffa352e231fe4849d59c505..ec0c2d5d029a1a797ffe0eeb1cfe8f491a715a01 100755 (executable)
@@ -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"