/[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 639079, Wed Mar 19 23:57:00 2008 UTC revision 644525, Thu Apr 3 21:51:07 2008 UTC
# Line 18  Line 18 
18  #include "httpd.h"  #include "httpd.h"
19  #include "http_config.h"  #include "http_config.h"
20  #include "http_log.h"  #include "http_log.h"
21    #include "http_request.h"
22  #include "apr_lib.h"  #include "apr_lib.h"
23  #include "apr_dbd.h"  #include "apr_dbd.h"
24  #include "mod_dbd.h"  #include "mod_dbd.h"
# Line 268  static void authn_dbd_hooks(apr_pool_t * Line 269  static void authn_dbd_hooks(apr_pool_t *
269          &authn_dbd_realm          &authn_dbd_realm
270      };      };
271    
272      ap_register_provider(p, AUTHN_PROVIDER_GROUP, "dbd", "0", &authn_dbd_provider);      ap_register_auth_provider(p, AUTHN_PROVIDER_GROUP, "dbd", "0",
273                                  &authn_dbd_provider, AP_AUTH_INTERNAL_PER_CONF);
274  }  }
275  module AP_MODULE_DECLARE_DATA authn_dbd_module =  module AP_MODULE_DECLARE_DATA authn_dbd_module =
276  {  {

Legend:
Removed from v.639079  
changed lines
  Added in v.644525

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2