アクセス可能なディレクトリ内に、htmlである401ページを作成しました。
IE 6、Firefox、Safariで表示されますが、IE7では表示されません。
これは、401ページのディレクトリと場所に認証を設定するための.htaccessファイルです。
KrbServiceName HTTP
KrbMethodNegotiate On
KrbMethodK5Passwd On
#KrbVerifyKDC on
KrbSaveCredentials off
KrbAuthRealms HCCC.CAMPUS
Krb5KeyTab /etc/httpd/keytab
KrbAuthoritative off
AuthType Kerberos
AuthName "Please Login"
AuthBasicProvider ldap
AuthzLDAPAuthoritative on
AuthLDAPURL "ldap://domain:389/OU=Campus Users,DC=hccc,DC=campus?userPrincipalName?sub?(objectClass=*)"
AuthLDAPBindDN "CN=ldapuser,CN=Users,DC=hccc,DC=campus"
AuthLDAPBindPassword ldapsearch
require ldap-group CN=Students,CN=Users,DC=hccc,DC=campus
#require ldap-group CN=Faculty,CN=Users,DC=domain,DC=local
#Satisfy any
ErrorDocument 401 /all/401.html
ディレクトリ/ページに移動すると、ユーザー名/パスワードの入力を求められます。私のアカウントは学生グループに属していないため、Safari、IE6、Firefoxでは401ページに移動しますが、IE7では表示されます。そうではなく、デフォルトのページを表示するだけです(スクリーンショットはこちら:http://i35.tinypic.com/2qbgmjs.png)
どんな助けでも大歓迎です。