/[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 644525, Thu Apr 3 21:51:07 2008 UTC revision 658046, Mon May 19 23:53:05 2008 UTC
# Line 269  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_auth_provider(p, AUTHN_PROVIDER_GROUP, "dbd", "0",      ap_register_auth_provider(p, AUTHN_PROVIDER_GROUP, "dbd",
273                                  AUTHN_PROVIDER_VERSION,
274                                &authn_dbd_provider, AP_AUTH_INTERNAL_PER_CONF);                                &authn_dbd_provider, AP_AUTH_INTERNAL_PER_CONF);
275  }  }
276  module AP_MODULE_DECLARE_DATA authn_dbd_module =  module AP_MODULE_DECLARE_DATA authn_dbd_module =

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

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2