Re: [squid-users] USERS WITH MAC

From: Muthukumar <kmuthu_gct@dont-contact.us>
Date: Mon, 12 Jul 2004 17:11:34 +0530

> > i want to make ACL in which users access via there
> > MAC address (not IP
> > address) and user name and password.

You have to compile the squid with -enable-arp-acl. If you successfully compile the squid,then you are having the capability of
doing arp based acl setup.
Refer: http://www.squid-cache.org/Doc/FAQ/FAQ-10.html 10.20 part.

Limitation of ARP ACL:
    We can not use this acl for multiple subnets.

> > second, if they want, they can change their password
> > also from their
> > computer.

It is based on authentication method. Use NCSA for this.

Example:

    acl arp1 arp 01:02:03:04:05:06
    acl user1 proxy_auth test

    # allow only arp1 user to use the test user
    http_access allow arp1 !test

Regards,
Muthukumar.

---
===============  It is a "Virus Free Mail" ===============
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.717 / Virus Database: 473 - Release Date: 7/8/2004
Received on Wed Jul 28 2004 - 15:04:04 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Aug 01 2004 - 12:00:03 MDT