Hi.
To avoid transmiting passwords in LAN in plain taext I tried to use digest_pw_auth (like Henrik Nordstrom said).
squid.conf:
**************************************************************************************************
auth_param digest program /usr/local/libexec/digest_pw_auth /usr/local/etc/pass_d
auth_param digest children 5
auth_param digest realm myrealm
auth_param digest nonce_garbage_interval 5 minutes
auth_param digest nonce_max_duration 30 minutes
auth_param digest nonce_max_count 50
acl users proxy_auth REQUIRED
http access allow users
http_access deny all
**************************************************************************************************
File pass_d i've created by htdigest utility from Apache2 package.
pass_d:
*************************************************
user:myrealm:349e8cbc7c07e66abf21ffb07a42675f
usver:myrealm:78c0f8ed95ed5f34f860ee5064f2bc9a
*************************************************
But i can't get access to anywhere using this helper. After 3rd request on User - Password i get:
*************************************************
While trying to retrieve the URL: http://ya.ru/
The following error was encountered:
Cache Access Denied.
Sorry, you are not currently allowed to request:
http://ya.ru/
from this cache until you have authenticated yourself.
*************************************************
Is apache-htdigest compatible with digest_pw_auth in squid-2.5.STABLE5? What do I do wrong?
Thank's.
Received on Thu Jun 03 2004 - 04:35:21 MDT
This archive was generated by hypermail pre-2.1.9 : Wed Jun 30 2004 - 12:00:03 MDT