/[Apache-SVN]/httpd/httpd/trunk/modules/aaa/mod_authn_dbd.c
ViewVC logotype

Diff of /httpd/httpd/trunk/modules/aaa/mod_authn_dbd.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 326054, Tue Oct 18 09:01:02 2005 UTC revision 329497, Sun Oct 30 00:32:00 2005 UTC
# Line 76  static const char *authn_dbd_prepare(cmd Line 76  static const char *authn_dbd_prepare(cmd
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  };  };

Legend:
Removed from v.326054  
changed lines
  Added in v.329497

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2