mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
append global access rules also when be != NULL in backend_startup() (ITS#4654)
This commit is contained in:
parent
5d3121902f
commit
7cffbbad26
@ -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 New Issue
Block a user