don't strip set string (ITS#5627)

This commit is contained in:
Pierangelo Masarati 2008-08-09 12:50:18 +00:00
parent ddb43b83d4
commit a8dcb36efb

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