From: kopilo4ka@gmail.com
To: ALT Linux sysadmin discuss <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] squid & авторизация пользователей.
Date: Wed, 26 Apr 2006 15:01:19 +0400
Message-ID: <200604261501.19741.kopilo4ka@gmail.com> (raw)
In-Reply-To: <200604261401.55745.ashen@nsrz.ru>
> Хотел сделать доступ к squid'у с авторизацией, что бы пользователи могли
> выходить в инет не только с разрешённых ip, но и вводили свои логин/пароль.
> В /etc/squid/squid.conf прописал:
> # cat /etc/squid/squid.conf | grep auth
> auth_param basic children 5
> auth_param basic realm Squid proxy-caching web server
> auth_param basic credentialsttl 2 hours
> auth_param basic casesensitive off
> authenticate_program /usr/bin/passwd
> authenticate_children 32
> authrnticate_ttl 1 hour
> authrnticate_ip_ttl 0 second
> authrnticate_ip_ttl_is_strict on
>
> Но вот авторизация даже не запрашивается. В чём ошибка? Или я изначально
> что то не так делаю?
Вы забыли еще про acl+http_access.
acl password proxy_auth REQUIRED
http_access allow password
http_access deny all
Это минимум. Или как у меня кое у кого:
acl time8_20w time MTWHFAS 8:00-20:00
acl ws51 src 192.168.1.151
acl ws51_user proxy_auth inet
http_access allow ws51 ws51_user time8_20w
http_access deny ws51_user
http_access deny ws51
next prev parent reply other threads:[~2006-04-26 11:01 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-26 10:01 Шенцев Алексей Владимирович
2006-04-26 11:01 ` kopilo4ka [this message]
2006-04-26 11:42 ` Шенцев Алексей Владимирович
2006-04-26 11:58 ` kopilo4ka
2006-04-26 12:46 ` Шенцев Алексей Владимирович
2006-04-26 13:28 ` kopilo4ka
2006-04-26 13:36 ` Шенцев Алексей Владимирович
2006-04-26 14:04 ` kopilo4ka
2006-04-26 14:11 ` Шенцев Алексей Владимирович
2006-04-26 15:43 ` kopilo4ka
2006-04-27 4:13 ` Mike Lykov
2006-04-28 2:13 ` hozzzar
2006-04-28 2:10 ` hozzzar
2006-04-28 4:28 ` Mike Lykov
2006-04-28 5:04 ` hozzzar
2006-04-28 13:29 ` Mike Lykov
2006-05-02 6:44 ` hozzzar
2006-05-02 10:21 ` Sergey
2006-05-02 11:28 ` hozzzar
2006-05-02 11:54 ` Sergey
2006-05-03 12:58 ` Dank Bagryantsev
2006-04-30 10:57 ` Artem
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200604261501.19741.kopilo4ka@gmail.com \
--to=kopilo4ka@gmail.com \
--cc=sysadmins@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux sysadmins discussion
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
public-inbox-index sysadmins
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sysadmins
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git