Skip to content
Snippets Groups Projects
Commit a849f91f authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#6343

parent 5af8b538
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment