最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

<-
Apache > HTTP Server > 文檔 > 版本2.2 > 模塊
   致謝 | 譯者聲明 | 本篇譯者:<虛位以待> | 本篇譯稿完成時間:?年?月?日 | 獲取最新版本

Apache模塊 mod_authn_dbd

說明使用SQL數(shù)據(jù)庫為認(rèn)證提供支持
狀態(tài)擴展(E)
模塊名authn_dbd_module
源文件mod_authn_dbd.c
兼容性僅在 Apache 2.1 及以后的版本中可用

概述

This module provides authentication front-ends such as mod_auth_digestmod_auth_basic to authenticate users by looking up users in SQL tables. Similar functionality is provided by, for example, mod_authn_file.

This module relies on mod_dbd to specify the backend database driver and connection parameters, and manage the database connections.

When using mod_auth_basicmod_auth_digest, this module is invoked via the AuthBasicProviderAuthDigestProvider with the dbd value.

top

Configuration Example

This simple example shows use of this module in the context of the Authentication and DBD frameworks.

#Database Management

#Use the PostgreSQL driver
DBDriver pgsql

#Connection string: database name and login credentials
DBDParams "dbname=htpasswd user=apache pass=xxxxxx"

#Parameters for Connection Pool Management
DBDMin  1
DBDKeep 2
DBDMax  10
DBDExptime 60

#Authentication Section
<Directory /usr/www/myhost/private>

    #mod_auth configuration for authn_dbd
    AuthType Basic
    AuthName "My Server"
    AuthBasicProvider dbd

    #authz configuration
    Require valid-user

    #SQL query to verify a user
    #(note: DBD drivers recognise both stdio-like %s and native syntax)
    AuthDBDUserPWQuery "select password from authn where username = %s"
</Directory>
top

AuthDBDUserPWQuery 指令

說明SQL query to look up a password for a user
語法AuthDBDUserPWQuery query
作用域directory
覆蓋項AuthConfig
狀態(tài)擴展(E)
模塊mod_authn_dbd

AuthDBDUserPWQuery specifies an SQL query to look up a password for a specified user. The query must take a single string (typically SQL varchar) argument (username), and return a single value (encrypted password).

AuthDBDUserPWQuery "SELECT password FROM authn WHERE username = %s"

top

AuthDBDUserRealmQuery 指令

說明SQL query to look up a password hash for a user and realm.
語法AuthDBDUserRealmQuery query
作用域directory
覆蓋項AuthConfig
狀態(tài)擴展(E)
模塊mod_authn_dbd

AuthDBDUserRealmPWQuery specifies an SQL query to look up a password for a specified user and realm. The query must take two string (typically SQL varchar) arguments (username and realm), and return a single value (encrypted password).

AuthDBDUserRealmPWQuery "SELECT password FROM authn WHERE username = %s AND realm = %s"

基隆市| 宾川县| 报价| 汨罗市| 长宁区| 方城县| 黄梅县| 广南县| 寻甸| 梁山县| 仁布县| 盖州市| 合肥市| 酉阳| 潞城市| 轮台县| 白玉县| 武威市| 纳雍县| 石景山区| 龙岩市| 陆良县| 井陉县| 英德市| 方城县| 乌鲁木齐县| 镇远县| 革吉县| 辽阳县| 隆昌县| 庆云县| 屯留县| 项城市| 大城县| 清水河县| 鄱阳县| 西昌市| 米泉市| 游戏| 青河县| 乌海市|