squid用pam做認證 - BBS

Tristan Cohan avatar
By Tristan Cohan
at 2012-07-14T21:56

Table of Contents

我的freebsd是8.2-RELEASE
squid是squid-3.1.18

Squid對於來自外部使用的認證方式有很多
其中我安裝時有看到PAM的選項

Google查了一下資料我在
#vi /etc/pam.conf/squid
auth required pam_unix.so try_first_pass
#vi /usr/local/etc/squid/squid.conf 加入
auth_param basic program /usr/local/squid/libexec/pam_auth
auth_param basic children 10
auth_param basic realm My Awesome Squid Cache
auth_param basic credentialsttl 1 hour
acl KnownUsers proxy_auth REQUIRED
http_access allow KnownUsers
#squid -k reconfigure

cache.log都會出現
ERROR: failed to create PAM authenticator
WARNING: failed to release PAM authenticator
ERROR: failed to create PAM authenticator
WARNING: failed to release PAM authenticator
ERROR: failed to create PAM authenticator
WARNING: failed to release PAM authenticator
ERROR: Unexpected PAM converstaion '3/pam_unix: pam_sm_authenticate: UNIX
authentication refused
ERROR: Unexpected PAM converstaion '3/pam_unix: pam_sm_authenticate: UNIX
authentication refused

有人知道pam_auth該怎麼正確使用嗎??

--
Tags: BBS

All Comments

ROOT MOUNT ERROR

Caitlin avatar
By Caitlin
at 2012-06-25T13:24
如果開機顯示 Root mount error 是代表這顆硬碟壞掉了嗎? 有何方法可以救裡頭的資料呢? FreeBSD 8.0 - ...

Apache Traffic Server

Jacky avatar
By Jacky
at 2012-06-20T11:39
請問那一位大大有使用過 Apache Traffic Server 的經驗呢? 有使用過 squid 的大大一定都知道 cache_dir 的設定, 我可 以指定好幾個存放 cache 的地方. 但是 Apache Traffic Server 相對應的設定是在 storage.config, 但...只 ...

Re: tar: Can't translate pathname 中文檔名 to UTF-8

Xanthe avatar
By Xanthe
at 2012-06-20T05:33
※ 引述《danielsig727 (呆牛)》之銘言: : 如同字面上的意思,因為你系統處理所有字串都用 big5, : 因此碰到中文字的時候很容易碰到編碼問題 : 你的解法只不過在壓縮前把系統編碼改成 UTF-8 而已 : 檔案名稱就用 UTF-8 寫入了 : 如果你之前系統已經有用 big-5 編碼中文檔 ...

Re: tar: Can't translate pathname 中文檔名 to UTF-8

Caitlin avatar
By Caitlin
at 2012-06-19T22:53
如同字面上的意思,因為你系統處理所有字串都用 big5, 因此碰到中文字的時候很容易碰到編碼問題 你的解法只不過在壓縮前把系統編碼改成 UTF-8 而已 檔案名稱就用 UTF-8 寫入了 如果你之前系統已經有用 big-5 編碼中文檔名的檔案 這樣混著存反而日後尋找檔案上會造成更大的隱憂 (例如說 ...

tar: Can't translate pathname 中文檔名 to UTF-8

Elvira avatar
By Elvira
at 2012-06-19T11:22
FreeBSD 10.0-CURRENT 壓縮時, tar zcvPf 對於其中的中文檔名,會出現 Canand#39;t translate pathname 中文檔名 to UTF-8 解壓時, tar zxvPf 會出現 Pathname canand#39;t be ...