Re: Splitting Configuration File?

From: Matthew <matthew@dont-contact.us>
Date: Thu, 11 May 2000 21:33:35 +0100 (BST)

On Thu, 11 May 2000, Brian Johnson wrote:

> I'm looking for a way to hold some of my access control statements in a
> seperate file from the rest of the squid configuration.
> I'm using ident authentication, and have a list of 'ident ident
> username' statements in my conf file, but I want to keep all of these
> (or just the list of usernames would be even better) in a seperate file
> so I can write a front-end to add/remove users more easily.
> Thanks
> Brian

if i understand you correctly, i think you want to specify an external
file for your list of users. (maybe your already doing this?)
simply

acl allowedusers ident "/etc/squid/alloweduserlist"

where the file /etc/squid/alloweduserlist holds a list of usernames on
seperate lines.

then u can create a front end to read/write to/from this file. remember
to make squid re-read its conf files!

>
>
Received on Thu May 11 2000 - 14:37:30 MDT

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