]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/aci.c
fix typo
[openldap] / 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;
        }