>проверил через апач. работает
>
>теперь следующий вопрос: кто-то настраивал аутентефикацию в squid через radius? какого черта
>эта софтина (http://selm.www.cistron.nl/~selm/authtools/) требует наличия конфигов радиуса на машине со сквидом?
>
Это ты о чем?
Configuration:
The RADIUS authenticator is configured using a small configuration file.
See conf.h and find SQUID_RAD_CONF.
The default is: "/opt/squid/auth/etc/squid_rad_auth.conf"
The configuration file should look like this:
# squid_rad_auth configuration file
# MvS: 28-10-1998
server suncone.cistron.nl
secret testje
See etc/squid_rad_auth.conf
/etc/services:
Modify /etc/services and add:
radius 1645/udp
Adding this is not mandatory because it used the default port 1645 anyway.
Test it:
Start squid_rad_auth and type a username and a username. The authenticator
returns OK if the radiusd accepted your password. In any other case you'll
get ERR.
Squid:
Add the authenticator to squid.conf. See the instructions from squid for
help.
Marc van Selm <selm@cistron.nl>
$Id: README,v 1.1 1999/01/03 14:40:42 selm Exp $