mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
don't strip set string (ITS#5627)
This commit is contained in:
parent
ddb43b83d4
commit
a8dcb36efb
1 changed files with 6 additions and 0 deletions
|
|
@ -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 a new issue