apache2+mod_auth_pam-1.1.1_1 - BBS

Kumar avatar
By Kumar
at 2006-01-10T00:04

Table of Contents


OS:FreeBSD 5.4-REALEASE

問題簡述:
為了要讓使用者可以用 UNIX 帳號登入 http 認證管制的區域
於是安裝apache2 + mod_auth_pam-1.1.1_1
但是輸入帳號密碼卻無法順利登入
出現以下錯誤訊息

Authorization Required
This server could not verify that you are authorized to
access the document requested. Either you supplied the
wrong credentials (e.g., bad password), or your browser
doesn't understand how to supply the credentials required.

安裝及設定部份:
# /usr/port/www/mod_auth_pam2> make install
# /etc/pam.d> vi httpd
auth required pam_unix.so no_warn try_first_pass
account required pam_unix.so no_warn try_first_pass
# /usr/local/etc/apache2> vi httpd.conf
LoadModule auth_pam_module libexec/apache2/mod_auth_pam.so
LoadModule auth_sys_group_module libexec/apache2/mod_auth_sys_group.so

<Location /mrtg>
AuthPAM_Enabled on
AuthType Basic
AuthName "Restricted Zone"
require group wheel
</Location>

另外網路上的文件有提到『using /etc/shadow with mod_auth_pam』
http://pam.sourceforge.net/mod_auth_pam/shadow.html
我有更改/etc/passwd及master.passwd的權限、群組
但是也行不通

========================================================================

請問遺漏了什麼設定呢
多謝指教 :)

--
如果問題敘述不清楚
也麻煩大家跟我說一下 @@

--
Tags: BBS

All Comments

ssh 連線顯示中文檔名的問題

Hedy avatar
By Hedy
at 2006-01-09T13:42
網路上也有提供整本書的電子檔 http://www.twbsd.org/cht/book/index.php - ...

ssh 連線顯示中文檔名的問題

Una avatar
By Una
at 2006-01-09T11:35
※ 引述《cyilungatkkcity.com.tw ()》之銘言: : ※ 引述《pcbug.bbsatmoca.csie.chu.edu.tw (硬碟卜街了...orz)》之銘言: : andgt; 有點無言.... : andgt; 我想你還是先去搞懂release, stable, current. ...

Re: 如何把.開頭的檔案隱藏?

Linda avatar
By Linda
at 2006-01-07T23:26
※ 引述《Seasonny (曉風殘月‥)》之銘言: : ※ 引述《RiceSir (Sir)》之銘言: : : alias ls ls -lA : : A 去掉即可 ... : 阿! 抱歉! 我忘了說.. : 是當使用者登入FTP時... : 讓使用者看不到那些檔案! 之前有試過用prof ...

Re: 如何把.開頭的檔案隱藏?

Damian avatar
By Damian
at 2006-01-07T22:55
※ 引述《RiceSir (Sir)》之銘言: : ※ 引述《Seasonny (曉風殘月‥)》之銘言: : : 在使用者的家目錄不是有 .開頭( dotfiles ) 的設定檔 : : 該如何隱藏阿!? : : 謝謝! : alias ls ls -lA : A 去掉即可 ... 阿! 抱歉 ...

Re: 如何把.開頭的檔案隱藏?

Tom avatar
By Tom
at 2006-01-07T22:09
※ 引述《Seasonny (曉風殘月‥)》之銘言: : 在使用者的家目錄不是有 .開頭( dotfiles ) 的設定檔 : 該如何隱藏阿!? : 謝謝! alias ls ls -lA A 去掉即可 ... - ...