--------------------- PatchSet 1459 Date: 2001/01/31 13:14:14 Author: kinkie Branch: auth_rewrite Tag: (none) Log: Clarified error message Members: src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c:1.1.2.6->1.1.2.7 Index: squid/src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/ntlm/helpers/NTLMSSP/Attic/ntlm_auth.c,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -u -r1.1.2.6 -r1.1.2.7 --- squid/src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c 30 Jan 2001 17:14:07 -0000 1.1.2.6 +++ squid/src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c 31 Jan 2001 13:14:14 -0000 1.1.2.7 @@ -330,7 +330,7 @@ errorclass=SMB_Get_Last_SMB_Err() & 0xff; errorcode=SMB_Get_Last_SMB_Err() >>16; if (errorclass==1 && errorcode==5) { - SEND("NA Untrusted domain"); + SEND("NA Wrong password or untrusted domain"); return; } switch (ntlm_errno)