mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#10436 Log current file in defacl message
This commit is contained in:
parent
52a2dc67c5
commit
fa2c8cca37
1 changed files with 2 additions and 0 deletions
|
|
@ -7595,6 +7595,8 @@ config_back_db_open( BackendDB *be, ConfigReply *cr )
|
|||
c.lineno = 0;
|
||||
c.argc = 6;
|
||||
c.argv = (char **)defacl;
|
||||
snprintf( c.log, sizeof(c.log), "%s", c.fname );
|
||||
|
||||
parse_acl( &c, 0 );
|
||||
defacl_parsed = be->bd_self->be_acl;
|
||||
if ( save_access ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue