]> git.sur5r.net Git - openldap/commitdiff
don't strip set string (ITS#5627)
authorPierangelo Masarati <ando@openldap.org>
Sat, 9 Aug 2008 12:50:18 +0000 (12:50 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 9 Aug 2008 12:50:18 +0000 (12:50 +0000)
servers/slapd/aci.c

index ee3c38f68dbf74d9589c153556cec964a001192c..de0b6c6ac39703bdd39eb0d180877c0572f5ed5e 100644 (file)
@@ -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;
        }