mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
ITS#8967 additional check
This commit is contained in:
parent
a3935c7249
commit
5398d44a36
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user