From edfbbeb653a200ff187e2e9806be0588e6eee13b Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 19 Feb 2005 16:55:14 +0000 Subject: [PATCH] clarify comment --- servers/slapd/back-ldap/bind.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/servers/slapd/back-ldap/bind.c b/servers/slapd/back-ldap/bind.c index b309af20e6..446ce1c458 100644 --- a/servers/slapd/back-ldap/bind.c +++ b/servers/slapd/back-ldap/bind.c @@ -869,8 +869,12 @@ done:; * If no server-side controls are defined for the operation, * simply add the proxyAuthz control; otherwise, if the * proxyAuthz control is not already set, add it as - * the first one (FIXME: is controls order significant - * for security?). + * the first one + * + * FIXME: is controls order significant for security? + * ANSWER: controls ordering and interoperability + * must be indicated by the specs of each control; if none + * is specified, the order is irrelevant. */ int ldap_back_proxy_authz_ctrl( -- 2.39.5