Test that entering an invalid username and group results in an ERR message.
Test that entering an valid username and group results in an OK message.
---
-Serassio Guido
-squidnt at acmeconsulting dot it
-
/*
- * win32_group: lookup group membership in a Windows NT/2000 domain
+ * mswin_check_lm_group: lookup group membership in a Windows NT/2000 domain
*
* (C)2002,2005 Guido Serassio - Acme Consulting S.r.l.
*
*
* Based on previous work of Francesco Chemolli and Robert Collins.
*
- * Dependencies: Windows NT4 SP4 and later.
+ * Dependencies: Windows 2000 and later.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
/*
- * (C) 2002 Guido Serassio <serassio@libero.it>
+ * (C) 2002,2005 Guido Serassio <guido.serassio@acmeconsulting.it>
* Based on previous work of Francesco Chemolli and Robert Collins
* Distributed freely under the terms of the GNU General Public License,
* version 2. See the file COPYING for licensing details
/*
- * (C) 2002 Guido Serassio <serassio@libero.it>
+ * (C) 2002,2005 Guido Serassio <guido.serassio@acmeconsulting.it>
* Based on previous work of Francesco Chemolli, Robert Collins and Andrew Doran
*
* Distributed freely under the terms of the GNU General Public License,
/*
- * win32_ntlm_auth: helper for NTLM Authentication for Squid Cache
+ * mswin_ntlm_auth: helper for NTLM Authentication for Squid Cache
*
- * (C)2002,2003 Guido Serassio - Acme Consulting S.r.l.
+ * (C)2002,2005 Guido Serassio - Acme Consulting S.r.l.
*
* Authors:
* Guido Serassio <guido.serassio@acmeconsulting.it>
*
* History:
*
+ * Version 1.22
+ * 29-10-2005 Guido Serassio
+ * Updated for Negotiate auth support.
* Version 1.21
* 21-02-2004 Guido Serassio
* Removed control of use of NTLM NEGOTIATE packet from
options:
-d enable debugging.
-v enable verbose NTLM packet debugging.
- -l if specified, changes behavior on failures to last-ditch.
-A can specify a Windows Local Group name allowed to authenticate.
-D can specify a Windows Local Group name not allowed to authenticate.
*/
acl internal_icons urlpath_regex -i /squid-internal-static/icons/
http_access allow our_networks internal_icons <== BEFORE authentication ACL !!!
-
-
-===============
-Contact details
-===============
-
-To contact the maintainer of this package, e-mail on squidnt@acmeconsulting.it.
-The latest version may be found on http://www.acmeconsulting.it/SquidNT.htm.