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

Apache モジュール mod_auth_basic 6z6w68

翻訳済み言語:  ko 

この日本語訳はすでに古くなっている 可能性があります。 最近更新された内容を見るには英語版をご覧下さい。
説明: 基本認証
ステータス: Base
モジュール識別子: auth_basic_module
ソースファイル: mod_auth_basic.c
互換性: Apache 2.1 以降

概要 556s3t

与えられたプロバイダ (訳注: 認証での照会を行う問い合わせ先) でユーザを検索し、HTTP 基本認証でアクセス制限できるようになります。 HTTP ダイジェスト認証については mod_authz_ といった承認モジュールとの両方を、 それぞれひとつ以上組み合わせて使うことになります。

 Apache!

ディレクティブ 1f1n39

Bugfix checklist 4i2533

参照 493q1h

top

AuthBasicAuthoritative ディレクティブ 3l6u5q

説明: 認証と承認を、より低いレベルのモジュールに移行させるかを 設定します。
構文: AuthBasicAuthoritative On|Off
デフォルト: AuthBasicAuthoritative On
コンテキスト: ディレクトリ, .htaccess
上書き: AuthConfig
ステータス: Base
モジュール: mod_auth_basic

通常は、mod_auth_basic とを組み合わせるときにのみ必要になるでしょう。 そのようなモジュールを使う場合、処理順序はモジュールのソースコードが どうなっているかによって決まり、処理順序を指定することはできません。

top

AuthBasicFake ディレクティブ 6c511y

説明: Fake basic authentication using the given expressions for name and
構文: AuthBasicFake off|name []
デフォルト: none
コンテキスト: ディレクトリ, .htaccess
上書き: AuthConfig
ステータス: Base
モジュール: mod_auth_basic
互換性: Apache HTTP Server 2.4.5 and later

このディレクティブの解説文書は まだ翻訳されていません。英語版をご覧ください。

top

AuthBasirovider ディレクティブ 6r576f

説明: この位置に対する認証プロバイダを設定します。
構文: AuthBasirovider provider-name [provider-name] ...
デフォルト: AuthBasirovider file
コンテキスト: ディレクトリ, .htaccess
上書き: AuthConfig
ステータス: Base
モジュール: mod_auth_basic

AuthBasirovider ディレクティブで、 この位置に対するユーザ認証に用いられる認証プロバイダを設定します。 デフォルトになっている file プロバイダは mod_authn_file モジュールで実装されています。 指定したプロバイダを実装しているモジュールが、 必ずサーバに組み込まれているようにしてください。

Example 5z1g6h

<Location /secure>
AuthType basic
AuthName "private area"
AuthBasirovider dbm
AuthDBMType SDBM
AuthDBMFile /www/etc/dbmwd
Require valid-
</Location>

認証プロバイダは mod_authnz_ldap で実装されています。

top

AuthBasicUseDigestAlgorithm ディレクティブ 157315

説明: Check s against the authentication providers as if Digest Authentication was in force instead of Basic Authentication.
構文: AuthBasicUseDigestAlgorithm MD5|Off
デフォルト: AuthBasicUseDigestAlgorithm Off
コンテキスト: ディレクトリ, .htaccess
上書き: AuthConfig
ステータス: Base
モジュール: mod_auth_basic
互換性: Apache HTTP Server 2.4.7 and later

このディレクティブの解説文書は まだ翻訳されていません。英語版をご覧ください。

翻訳済み言語:  ko 

top

コメント 625547

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 by our s 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 Libera.chat, or sent to our mailing lists.