On Sat, 19 Nov 2005, Alexandre augusto wrote:
> I trying use a getpwname_auth auth method on my squid
> and itś not working ( maybe is a ACL issue)
What pasword hashing and storage method is your system using?
getpwnam supports non-shadow style password files using crypt hash
format only.
Most systems today uses shadow storage (passwords only accessible as root)
and MD5 based hash format...
Quite likely you may get a higher chance of success using pam_auth
instead. But read the isntallation notes carefully.
Regards
Henrik
Received on Sat Nov 19 2005 - 11:53:30 MST
This archive was generated by hypermail pre-2.1.9 : Thu Dec 01 2005 - 12:00:10 MST