mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#5195
This commit is contained in:
parent
8031d13eb7
commit
b51a13dfce
2 changed files with 2 additions and 0 deletions
1
CHANGES
1
CHANGES
|
|
@ -10,6 +10,7 @@ OpenLDAP 2.4.22 Engineering
|
|||
Fixed slapd ignore controls with unrecognized flags (ITS#6480)
|
||||
Fixed slapd REP_ENTRY flag handling (ITS#5340)
|
||||
Fixed slapd sasl auxprop_lookup (ITS#6441)
|
||||
Fixed slapd sasl auxprop ssf (ITS#5195)
|
||||
Fixed slapd syncrepl for unknown attrs and delta-sync (ITS#6473)
|
||||
Fixed slapd-bdb contextCSN updates from updatedn (ITS#6469)
|
||||
Fixed slapo-collect REP_ENTRY flag handling (ITS#5340,ITS#6423)
|
||||
|
|
|
|||
|
|
@ -404,6 +404,7 @@ slap_auxprop_lookup(
|
|||
op->ors_slimit = 1;
|
||||
op->ors_filter = &generic_filter;
|
||||
op->ors_filterstr = generic_filterstr;
|
||||
op->o_authz = conn->c_authz;
|
||||
/* FIXME: we want all attributes, right? */
|
||||
op->ors_attrs = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue