From b51a13dfcede856c28753344ba38de5193c6696d Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount <quanah@openldap.org> Date: Thu, 15 Apr 2010 20:41:32 +0000 Subject: [PATCH] ITS#5195 --- CHANGES | 1 + servers/slapd/sasl.c | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index ab09f147bb..8ec6ea2a47 100644 --- a/CHANGES +++ b/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) diff --git a/servers/slapd/sasl.c b/servers/slapd/sasl.c index 34fa3c8b53..fd25cf363f 100644 --- a/servers/slapd/sasl.c +++ b/servers/slapd/sasl.c @@ -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; -- GitLab