On Tue, Oct 02, 2007 at 10:47:11AM -0700, Tom Eastep wrote: > > > > Any idea to solve this? > > > > Is 'squid' a valid user name on this system? (Hint: 'grep squid /etc/passwd')
The better way to check this is: getent passwd squid That'll be accurate regardless of how NSS is configured (it's the same libc call that iptables will be using). ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Shorewall-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
