--------------------- PatchSet 4915 Date: 2002/09/08 08:20:30 Author: serassio Branch: nt-2_5 Tag: (none) Log: Added support for matching multiple groups in one ACL Members: helpers/external_acl/win32_group/win32_check_group.c:1.1.8.5->1.1.8.6 Index: squid/helpers/external_acl/win32_group/win32_check_group.c =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/external_acl/win32_group/Attic/win32_check_group.c,v retrieving revision 1.1.8.5 retrieving revision 1.1.8.6 diff -u -r1.1.8.5 -r1.1.8.6 --- squid/helpers/external_acl/win32_group/win32_check_group.c 8 Sep 2002 07:34:20 -0000 1.1.8.5 +++ squid/helpers/external_acl/win32_group/win32_check_group.c 8 Sep 2002 08:20:30 -0000 1.1.8.6 @@ -1,5 +1,5 @@ /* - * $Id: win32_check_group.c,v 1.1.8.5 2002/09/08 07:34:20 serassio Exp $ + * $Id: win32_check_group.c,v 1.1.8.6 2002/09/08 08:20:30 serassio Exp $ * * This is a helper for the external ACL interface for Squid Cache * Copyright (C) 2002 Guido Serassio @@ -9,7 +9,6 @@ * and tries to match it against the groups membership of the specified username. * Returns `OK' if the user belongs to a group or `ERR' otherwise, as * described on http://devel.squid-cache.org/external_acl/config.html - * To compile this program, use: * * 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