| 76 |
static const command_rec authn_dbd_cmds[] = |
static const command_rec authn_dbd_cmds[] = |
| 77 |
{ |
{ |
| 78 |
AP_INIT_TAKE1("AuthDBDUserPWQuery", authn_dbd_prepare, |
AP_INIT_TAKE1("AuthDBDUserPWQuery", authn_dbd_prepare, |
| 79 |
(void *)APR_OFFSETOF(authn_dbd_conf, user), OR_AUTHCFG, |
(void *)APR_OFFSETOF(authn_dbd_conf, user), ACCESS_CONF, |
| 80 |
"Query used to fetch password for user"), |
"Query used to fetch password for user"), |
| 81 |
AP_INIT_TAKE1("AuthDBDUserRealmPWQuery", authn_dbd_prepare, |
AP_INIT_TAKE1("AuthDBDUserRealmQuery", authn_dbd_prepare, |
| 82 |
(void *)APR_OFFSETOF(authn_dbd_conf, realm), OR_AUTHCFG, |
(void *)APR_OFFSETOF(authn_dbd_conf, realm), ACCESS_CONF, |
| 83 |
"Query used to fetch password for user+realm"), |
"Query used to fetch password for user+realm"), |
| 84 |
{NULL} |
{NULL} |
| 85 |
}; |
}; |