--------------------- PatchSet 2910 Date: 2001/08/30 11:12:05 Author: rbcollins Branch: ntlm Tag: (none) Log: up the debug level for duplicate NTLM auth attempts - it's known and handled behaviour Members: src/authenticate.c:1.1.1.3.12.53->1.1.1.3.12.54 Index: squid/src/authenticate.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/authenticate.c,v retrieving revision 1.1.1.3.12.53 retrieving revision 1.1.1.3.12.54 diff -u -r1.1.1.3.12.53 -r1.1.1.3.12.54 --- squid/src/authenticate.c 29 Aug 2001 12:51:40 -0000 1.1.1.3.12.53 +++ squid/src/authenticate.c 30 Aug 2001 11:12:05 -0000 1.1.1.3.12.54 @@ -1,6 +1,6 @@ /* - * $Id: authenticate.c,v 1.1.1.3.12.53 2001/08/29 12:51:40 rbcollins Exp $ + * $Id: authenticate.c,v 1.1.1.3.12.54 2001/08/30 11:12:05 rbcollins Exp $ * * DEBUG: section 29 Authenticator * AUTHOR: Duane Wessels @@ -467,7 +467,7 @@ if (proxy_auth && conn->auth_user_request && authenticateUserAuthenticated(conn->auth_user_request) && strcmp(proxy_auth, authscheme_list[conn->auth_user_request->auth_user->auth_module - 1].authConnLastHeader(conn->auth_user_request))) { - debug(28, 1) ("authenticateAuthenticate: DUPLICATE AUTH - authentication header on already authenticated connection!. AU %x, Current user '%s' proxy_auth %s\n", conn->auth_user_request, authenticateUserRequestUsername(conn->auth_user_request), proxy_auth); + debug(28, 2) ("authenticateAuthenticate: DUPLICATE AUTH - authentication header on already authenticated connection!. AU %x, Current user '%s' proxy_auth %s\n", conn->auth_user_request, authenticateUserRequestUsername(conn->auth_user_request), proxy_auth); /* remove this request struct - the link is already authed and it can't be to * reauth. */