Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
5398d44a
Commit
5398d44a
authored
Mar 22, 2021
by
Howard Chu
Browse files
ITS#8967 additional check
parent
a3935c72
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-mdb/search.c
View file @
5398d44a
...
...
@@ -774,7 +774,7 @@ adminlimit:
if
(
nsubs
<
ncand
)
{
int
rc
;
/* Do scope-based search */
if
(
nsubs
>
(
unsigned
)
op
->
ors_limit
->
lms_s_unchecked
)
if
(
admincheck
&&
nsubs
>
(
unsigned
)
op
->
ors_limit
->
lms_s_unchecked
)
goto
adminlimit
;
/* if any alias scopes were set, save them */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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