Koozali.org: home of the SME Server

Proxy Authentication

Tom Barnfield

Proxy Authentication
« on: August 26, 2001, 11:25:16 AM »
How to I set up a list of users and passwords so that a window pops up to ask for an ID and password before they can access the internet, but they can still browse files on the mocal network without being asked for a password?

Simeon

Re: Proxy Authentication
« Reply #1 on: August 27, 2001, 10:14:15 PM »
Follow the howto at www.linux-made-to-order.net to install the pam_auth system.
Its listed in the documentation - user contrib section of this e-smith.org web site.

Following those instructions will mean that when a user's browser requests a web page, a login box will appear.

if you want users to still be able to browse the local web pages without having to log in then when you set the client browsers to use the proxy (set the IP address of the gateway machine and port 3128) then tick the box not to use the proxy for local addresses.

one thing though, pam_auth won't (as far as i know) work properly if you have the transproxy rpm installed (so if you've got it installed then remove it).

hope this helps.