mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
ITS#10182 slapo-alias: check for static operational attrs too
This commit is contained in:
parent
ce524021f6
commit
c8caa9f659
@ -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…
x
Reference in New Issue
Block a user