From: Pierangelo Masarati Date: Sat, 9 Aug 2008 12:50:18 +0000 (+0000) Subject: don't strip set string (ITS#5627) X-Git-Tag: LOCKER_IDS~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a8dcb36efbc3a37b03b0a0a8310f77ccefc0eb0d;p=openldap don't strip set string (ITS#5627) --- diff --git a/servers/slapd/aci.c b/servers/slapd/aci.c index ee3c38f68d..de0b6c6ac3 100644 --- a/servers/slapd/aci.c +++ b/servers/slapd/aci.c @@ -1743,6 +1743,12 @@ OpenLDAPaciPrettyNormal( } nsubject = ad->ad_cname; + + } else if ( OpenLDAPacitypes[ idx ] == &aci_bv[ ACI_BV_SET ] + || OpenLDAPacitypes[ idx ] == &aci_bv[ ACI_BV_SET_REF ] ) + { + /* NOTE: dunno how to normalize it... */ + nsubject = subject; }