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
openldap
OpenLDAP
Commits
15a922a5
Commit
15a922a5
authored
Apr 03, 2020
by
Howard Chu
Browse files
ITS#9121 memberof fix
Fix for groupURI with no filter
parent
8180326f
Pipeline
#24
failed with stage
in 60 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/dynlist.c
View file @
15a922a5
...
...
@@ -929,6 +929,8 @@ dynlist_filter_group( Operation *op, Filter *f, Filter *n, AttributeDescription
op
->
o_tmpfree
(
nbase
.
bv_val
,
op
->
o_tmpmemctx
);
goto
skip
;
}
}
else
{
urif
=
NULL
;
}
if
(
!
andf
)
{
andf
=
n
;
...
...
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