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; }