Parent Directory
|
Revision Log
|
Patch
--- httpd/httpd/trunk/modules/aaa/mod_authn_dbd.c 2008/04/03 21:51:07 644525
+++ httpd/httpd/trunk/modules/aaa/mod_authn_dbd.c 2008/05/19 23:53:05 658046
@@ -269,7 +269,8 @@
&authn_dbd_realm
};
- ap_register_auth_provider(p, AUTHN_PROVIDER_GROUP, "dbd", "0",
+ ap_register_auth_provider(p, AUTHN_PROVIDER_GROUP, "dbd",
+ AUTHN_PROVIDER_VERSION,
&authn_dbd_provider, AP_AUTH_INTERNAL_PER_CONF);
}
module AP_MODULE_DECLARE_DATA authn_dbd_module =
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |