]> git.sur5r.net Git - openldap/commitdiff
ITS#6343
authorQuanah Gibson-Mount <quanah@openldap.org>
Sat, 31 Oct 2009 00:56:26 +0000 (00:56 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Sat, 31 Oct 2009 00:56:26 +0000 (00:56 +0000)
CHANGES
tests/scripts/test057-memberof-refint

diff --git a/CHANGES b/CHANGES
index 35f3a4866622f1c38ea26cb6d76e7fae8851c1d2..ba16521d4ebf3e7a4e1f7d4d818923a272163e62 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,7 @@ OpenLDAP 2.4.20 Engineering
        Fixed slapo-syncprov deadlock (ITS#6335)
        Build Environment
                Fixed slapd MAXPATHLEN handling (ITS#6342)
+               Fixed test057 handling of memberof/refint (ITS#6343)
        Documentation
                ldap_get_dn(3) typos (ITS#5366)
                slapd.conf(5) note hex server IDs (ITS#6297)
index 8a9251162a2c0abc60a105b388f37a38965b95e0..34f6a1527778652eb2926ace042eaba9243e5291 100755 (executable)
@@ -22,6 +22,11 @@ if test $MEMBEROF = memberofno; then
        exit 0
 fi 
 
+if test $REFINT = refintno; then 
+       echo "Referential Integrity overlay not available, test skipped"
+       exit 0
+fi 
+
 if test "$BACKEND" != "hdb" ; then
        echo "Test does not support $BACKEND"
        exit 0