Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
a849f91f
Commit
a849f91f
authored
Oct 31, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6343
parent
5af8b538
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
a849f91f
...
...
@@ -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)
...
...
tests/scripts/test057-memberof-refint
View file @
a849f91f
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment