From: Pierangelo Masarati Date: Tue, 10 Jan 2006 02:10:07 +0000 (+0000) Subject: comment no longer required X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~363 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e3a81f17c72b64085f9c95cb89e0f96d01188bc8;p=openldap comment no longer required --- diff --git a/servers/slapd/controls.c b/servers/slapd/controls.c index 1931dd14ae..1e768bd11b 100644 --- a/servers/slapd/controls.c +++ b/servers/slapd/controls.c @@ -900,8 +900,6 @@ static int parseProxyAuthz ( op->o_connid, 0, 0 ); /* anonymous */ - /* FIXME: do we let anonymous authz as anonymous? - * should we disallow authz at all for anonymous? */ if ( !BER_BVISNULL( &op->o_ndn ) ) { op->o_ndn.bv_val[ 0 ] = '\0'; }