mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
don't strip set string (ITS#5627)
This commit is contained in:
parent
ddb43b83d4
commit
a8dcb36efb
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user