mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
append global access rules also when be != NULL in backend_startup() (ITS#4654)
This commit is contained in:
parent
5d3121902f
commit
7cffbbad26
1 changed files with 2 additions and 0 deletions
|
|
@ -248,6 +248,8 @@ int backend_startup(Backend *be)
|
|||
return rc;
|
||||
}
|
||||
}
|
||||
/* append global access controls */
|
||||
acl_append( &be->be_acl, frontendDB->be_acl, -1 );
|
||||
|
||||
return backend_startup_one( be );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue