mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
ITS#10182 slapo-alias: check for static operational attrs too
This commit is contained in:
parent
ce524021f6
commit
c8caa9f659
1 changed files with 3 additions and 1 deletions
|
|
@ -238,7 +238,9 @@ alias_response( Operation *op, SlapReply *rs )
|
|||
|
||||
if ( operational ) {
|
||||
source = attr_find( rs->sr_operational_attrs, mapping->source );
|
||||
} else {
|
||||
}
|
||||
if ( !source ) {
|
||||
operational = 0;
|
||||
source = attr_find( e_orig->e_attrs, mapping->source );
|
||||
}
|
||||
if ( !source )
|
||||
|
|
|
|||
Loading…
Reference in a new issue