Hmm.. doesn't deny_info already provide the same function as this patch?

Also, what is the purpose of this part of the patch? From what I can
tell this will never be the case..

@@ -1415,6 +1416,10 @@
     /* get authed here */
     /* Note: this fills in checklist->auth_user_request when applicable
*/
     switch
(authenticateTryToAuthenticateAndSetAuthUser(&checklist->auth_user_request, 
headertype, checklist->request, checklist->conn, checklist->src_addr)) {
+    case AUTH_ACL_USER_ALREADY_IN_USE:
+       debug(28, 4) ("aclMatchAcl: user already in use.\n");
+        checklist->state[ACL_PROXY_AUTH] = ACL_USER_ALREADY_IN_USE;
+        return 0;
     case AUTH_ACL_CANNOT_AUTHENTICATE:
        debug(28, 4) ("aclMatchAcl: returning  0 user authenticated but not
authorised.\n");
        return 0;


Regards
Henrik




m�n 2003-03-31 klockan 14.22 skrev Pedro Lineu Orso:
> Hi Henrik,
> 
> Greetings from Brazil.
> 
> I make a patch for squid-2.5.STABLE2-20030331 that shows this message
> to the user when using strict mode acl:
> 
> ERROR
> User already in use.
> 
> --------------------------------------------------------------------------------
> 
> 
> User already in use. Please try again later 
> 
> 
> --------------------------------------------------------------------------------
> 
> Generated Mon, 31 Mar 2003 12:21:45 GMT by pop.hsbc.com.br 
> (squid/2.5.STABLE2-20030327) 
> 
> Could you please implement in the source code ?
> 
> Thank you.
> 
> Pedro Lineu Orso
> Brazil
-- 
Henrik Nordstrom <[EMAIL PROTECTED]>
MARA Systems AB, Sweden

Attachment: squid-2.5.STABLE2-strict.patch.gz
Description: GNU Zip compressed data

Reply via email to