]> git.sur5r.net Git - openldap/commitdiff
Skip test if using back-ldif, as it doesn't support ACLs
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 21 Jan 2009 00:07:01 +0000 (00:07 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 21 Jan 2009 00:07:01 +0000 (00:07 +0000)
tests/scripts/test046-dds

index d79e870731b9c9acb6bef0026fe69cb501b2b2a5..b6ac7befd8ab21603a3894d0f79f518f50ecdc5c 100755 (executable)
 echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh
 
+if test $BACKEND = "ldif" ; then
+        echo "LDIF backend does not support acls, test skipped"
+        exit 0
+fi
+
 if test $DDS = ddsno; then 
        echo "Dynamic Directory Services overlay not available, test skipped"
        exit 0