<-
Apache > HTTP サーバ > ドキュメンテーション > バージョン 2.2 > モジュール

Apache モジュール mod_authn_default

翻訳済み言語:  en  |  ja  |  ko 

説明:認証フォールバックモジュール
ステータス:Base
モジュール識別子:authn_default_module
ソースファイル:mod_authn_default.c
互換性:Apache 2.1 以降

概要

mod_auth_basic のような認証モジュールを 設定しなかった場合は、本モジュールがフォールバックとなります。 ユーザから提示されたどんな証書も単に拒否します。

ディレクティブ

top

AuthDefaultAuthoritative ディレクティブ

説明:次の低次レベルの認証モジュールに制御を渡すかどうかを 設定します
構文:AuthDefaultAuthoritative On|Off
デフォルト:AuthDefaultAuthoritative On
コンテキスト:ディレクトリ, .htaccess
上書き:AuthConfig
ステータス:Base
モジュール:mod_authn_default

AuthDefaultAuthoritative ディレクティブを 明示的に Off に設定すると、 認証を次の (modules.c ファイルで定義されている) 低次レベルのモジュールに渡します。

注意

mod_authn_default 自体がとても低い レベルとして定義されていますので、通常はこれよりも低次の モジュールは存在しません。ですから AuthDefaultAuthoritative はデフォルト (On) のままにしたほうが良いでしょう。

翻訳済み言語:  en  |  ja  |  ko 

top

コメント

Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.