From: Pierangelo Masarati Date: Sat, 20 Nov 2004 12:12:57 +0000 (+0000) Subject: more cleanup and ITS number X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~260 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cc0353610f59b4751b6c30d5bc0d595e311700d4;p=openldap more cleanup and ITS number --- diff --git a/servers/slapd/acl.c b/servers/slapd/acl.c index 575ea121aa..8709dae10e 100644 --- a/servers/slapd/acl.c +++ b/servers/slapd/acl.c @@ -2484,7 +2484,6 @@ aci_mask( /* see if we have a public (i.e. anonymous) access */ if ( ber_bvstrcasecmp( &aci_bv_public, &type ) == 0 ) { return 1; - } /* otherwise require an identity */ @@ -2493,7 +2492,7 @@ aci_mask( } /* NOTE: this may fail if a DN contains a valid '#' (unescaped); - * just grab all the berval up to its end. + * just grab all the berval up to its end (ITS#3303). * NOTE: the problem could be solved by providing the DN with * the embedded '#' encoded as hexpairs: "cn=Foo#Bar" would * become "cn=Foo\23Bar" and be safely used by aci_mask(). */