First, see:
http://www.squid-cache.org/Doc/FAQ/FAQ-10.html#ss10.14
> Ok this i made, but how can i make o let a user in only a specifed
>time...
> Seby...
On Tue, 6 Jun 2000, [ISO-8859-2] Micha=B3 Kopijasz wrote:
> On Mon, 5 Jun 2000, Seby wrote:
>=20
> > hy,
> >=20
> > How can i make users for squid... Where can i find
> > documentation...
>=20
> Step by step...
>=20
> 1. Do make in ../auth_modules/NCSA (in src directory of squid)
> 2. Put in your squid.conf: (For example)
>=20
> authenticate_program /dir/of/squid/bin/ncsa_auth /dir/of/squid/etc/pass=
wd
> acl lusers proxy_auth REQUIRED
acl all src 0.0.0.0/0.0.0.0
acl WORKING MTWHF 08:30-18:00
> ...
> ...
> http_access allow lusers all
For example:
http_access allow lusers WORKING
http_access deny all
>=20
>=20
> 3. Create passwd_file. For example use: htpasswd (ex. with apache src)
>=20
> htpasswd -cb /dir/of/squid/etc/passwd luser1 password
> htpasswd -b /dir/of/squid/etc/passwd luser2 password2
> ...
> etc
>=20
Peace..
Ilker G.
Received on Tue Jun 06 2000 - 04:23:35 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:53:56 MST