* netfilter access control
@ 2002-06-06 8:06 Thierry ITTY
2002-06-06 6:57 ` Frank Schaefer
0 siblings, 1 reply; 3+ messages in thread
From: Thierry ITTY @ 2002-06-06 8:06 UTC (permalink / raw)
To: netfilter
Hello
I'm currently using squid with an ncsa_auth module so that any employee who
wants to surf the 'net has to identify himself as a person, no matter which
machine he's on. Doing so only http,https,http/ftp protocols are supported.
Now I need to open wider access with irc, realvideo, and other that very
important things ;-) and of course I think of netfilter/iptables, which I'm
used to by the way.
So I'd appreciate any advice which would help me setting up some kind of
signature system (preferably with a browser) allowing a given user (not a
machine) to go out (I don't need protocol specific permissions) for the
time of a session...
tia
- * - * - * - * - * - * -
Bien sûr que je suis perfectionniste !
Mais ne pourrais-je pas l'être mieux ?
Thierry ITTY
eMail : Thierry.Itty@Besancon.org FRANCE
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: netfilter access control
2002-06-06 8:06 netfilter access control Thierry ITTY
@ 2002-06-06 6:57 ` Frank Schaefer
2002-06-06 7:18 ` Tony Earnshaw
0 siblings, 1 reply; 3+ messages in thread
From: Frank Schaefer @ 2002-06-06 6:57 UTC (permalink / raw)
To: netfilter
On Thu, 2002-06-06 at 10:06, Thierry ITTY wrote:
> Hello
>
> I'm currently using squid with an ncsa_auth module so that any employee who
> wants to surf the 'net has to identify himself as a person, no matter which
> machine he's on. Doing so only http,https,http/ftp protocols are supported.
>
> Now I need to open wider access with irc, realvideo, and other that very
> important things ;-) and of course I think of netfilter/iptables, which I'm
> used to by the way.
>
> So I'd appreciate any advice which would help me setting up some kind of
> signature system (preferably with a browser) allowing a given user (not a
> machine) to go out (I don't need protocol specific permissions) for the
> time of a session...
Hi Thierry,
we solved this task using mod_auth. There wasn't any problem for UNIX
clients/ users. Doing some Gooooooooooogle we found a Windooooooze
identd too.
Adding ``acl allowed_users ident allowed_users_file'' to our squid.conf
did it.
Hope this helps
Frank
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-06-06 8:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-06 8:06 netfilter access control Thierry ITTY
2002-06-06 6:57 ` Frank Schaefer
2002-06-06 7:18 ` Tony Earnshaw
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.