Parent Directory
|
Revision Log
|
Patch
--- httpd/httpd/trunk/modules/aaa/mod_authn_dbd.c 2008/03/19 23:57:00 639079
+++ httpd/httpd/trunk/modules/aaa/mod_authn_dbd.c 2008/04/03 21:51:07 644525
@@ -18,6 +18,7 @@
#include "httpd.h"
#include "http_config.h"
#include "http_log.h"
+#include "http_request.h"
#include "apr_lib.h"
#include "apr_dbd.h"
#include "mod_dbd.h"
@@ -268,7 +269,8 @@
&authn_dbd_realm
};
- ap_register_provider(p, AUTHN_PROVIDER_GROUP, "dbd", "0", &authn_dbd_provider);
+ ap_register_auth_provider(p, AUTHN_PROVIDER_GROUP, "dbd", "0",
+ &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 |