Re: [squid-users] authentication with groups

2004-03-04 Thread Henrik Nordstrom
On Thu, 4 Mar 2004, Doug Kite wrote: > So then do I need two acls, one to do basic auth as such: > acl foo proxy_auth REQUIRED No, just the group acl. > Does the auth_param directive replace the authenticate_program directive? Yes. See the release notes or the Squid FAQ. > could not find auth_

Re: [squid-users] authentication with groups

2004-03-04 Thread Doug Kite
>>> Henrik Nordstrom wrote on 03/04/04 10:12AM >>> >See the auth_param directive, and/or the Squid FAQ chapter on >authentication. > >You need to tell Squid how it is supposed to verify the login details. Ok, I was thinking the external_acl_type was all you needed. So, I have added: auth_param

Re: [squid-users] authentication with groups

2004-03-04 Thread Henrik Nordstrom
On Thu, 4 Mar 2004, Doug Kite wrote: > This must be the problem. At the risk of sounding dense, I thought what I had > done above *WAS* configuring authentication. What else needs to be done? To > answer the question, no the above config is all I have done. See the auth_param directive, and/or th

Re: [squid-users] authentication with groups

2004-03-04 Thread Doug Kite
>>> Henrik Nordstrom wrote on 03/04/04 01:48AM >>> >> external_acl_typeunix_group %LOGIN /usr/lib/squid/squid_unix_group -p >> acl full_access external unix_group web >> http_access allow full_access >> >> When I try to browse from a client, it does not prompt me for a username or >> passwor

Re: [squid-users] authentication with groups

2004-03-03 Thread Henrik Nordstrom
On Wed, 3 Mar 2004, Doug Kite wrote: > external_acl_typeunix_group %LOGIN /usr/lib/squid/squid_unix_group -p > acl full_access external unix_group web > http_access allow full_access > > When I try to browse from a client, it does not prompt me for a username or > password, and goes directly

Re: [squid-users] authentication with groups

2004-03-03 Thread Doug Kite
I cannot get the unix group helper to work. I added the following lines to squid.conf: external_acl_typeunix_group %LOGIN /usr/lib/squid/squid_unix_group -p acl full_access external unix_group web http_access allow full_access When I try to browse from a client, it does not prompt me for a u

Re: [squid-users] authentication with groups

2004-03-03 Thread Henrik Nordstrom
On Wed, 3 Mar 2004, Doug Kite wrote: > I have read some about LDAP auth with groups, but if I have no LDAP server at > present, is there an easier way? Can you use unix /etc/group ? Yes, there is a UNIX group helper as well (unix_group) > Or would setting up an ldap server on the same box as squ

[squid-users] authentication with groups

2004-03-03 Thread Doug Kite
I wish to use authentication and groups. I have no existing directory that I need to tie into, i.e. no LDAP or domain. I have read some about LDAP auth with groups, but if I have no LDAP server at present, is there an easier way? Can you use unix /etc/group ? Or would setting up an ldap server o