Re: Squid users...

From: Micha³ Kopijasz <mkm@dont-contact.us>
Date: Tue, 6 Jun 2000 09:59:11 +0200 (CEST)

On Mon, 5 Jun 2000, Seby wrote:

> hy,
>
> How can i make users for squid... Where can i find
> documentation...

Step by step...

1. Do make in ../auth_modules/NCSA (in src directory of squid)
2. Put in your squid.conf: (For example)

authenticate_program /dir/of/squid/bin/ncsa_auth /dir/of/squid/etc/passwd
acl lusers proxy_auth REQUIRED
...
...
http_access allow lusers all

3. Create passwd_file. For example use: htpasswd (ex. with apache src)

htpasswd -cb /dir/of/squid/etc/passwd luser1 password
htpasswd -b /dir/of/squid/etc/passwd luser2 password2
...
etc

mkm

---
Unix System Administrator
Received on Tue Jun 06 2000 - 02:05:27 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:53:56 MST