--------------------- PatchSet 1445 Date: 2001/01/30 17:13:02 Author: kinkie Branch: auth_rewrite Tag: (none) Log: Got rid of the retries thing. If communications to the DC are broken, they are broken, no matter how long we insist. Members: src/auth/ntlm/helpers/NTLMSSP/ntlm.h:1.1.2.2->1.1.2.3 Index: squid/src/auth/ntlm/helpers/NTLMSSP/ntlm.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/ntlm/helpers/NTLMSSP/Attic/ntlm.h,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- squid/src/auth/ntlm/helpers/NTLMSSP/ntlm.h 30 Jan 2001 10:58:32 -0000 1.1.2.2 +++ squid/src/auth/ntlm/helpers/NTLMSSP/ntlm.h 30 Jan 2001 17:13:02 -0000 1.1.2.3 @@ -33,12 +33,9 @@ /* * define this if you want debugging */ +#ifndef DEBUG #define DEBUG - -/* - * Number of authentication attempts to perform in case of certain errors - */ -#define BAD_DC_RETRIES_NUMBER 3 +#endif /************* END CONFIGURATION ***************/ @@ -74,6 +71,7 @@ #define NTLM_SERVER_ERROR 1 #define NTLM_PROTOCOL_ERROR 2 #define NTLM_LOGON_ERROR 3 +#define NTLM_UNTRUSTED_DOMAIN 4 #define NTLM_BAD_PROTOCOL -1 #define NTLM_NOT_CONNECTED 10