From 6d2c73f1b27e6861d6b1fc2d3a15f8a8b8d771ca Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 12 Aug 2005 06:40:56 +0000 Subject: (mu_auth_radius_module): New module (MU_AUTH_REGISTER_ALL_MODULES): Register radius --- include/mailutils/mu_auth.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/mailutils/mu_auth.h b/include/mailutils/mu_auth.h index 9a3770c4f..7494c488c 100644 --- a/include/mailutils/mu_auth.h +++ b/include/mailutils/mu_auth.h @@ -93,6 +93,7 @@ extern struct mu_auth_module mu_auth_generic_module; extern struct mu_auth_module mu_auth_pam_module; extern struct mu_auth_module mu_auth_sql_module; extern struct mu_auth_module mu_auth_virtual_module; +extern struct mu_auth_module mu_auth_radius_module; #define MU_AUTH_REGISTER_ALL_MODULES() do {\ mu_auth_register_module (&mu_auth_generic_module); \ @@ -100,6 +101,7 @@ extern struct mu_auth_module mu_auth_virtual_module; mu_auth_register_module (&mu_auth_pam_module);\ mu_auth_register_module (&mu_auth_sql_module);\ mu_auth_register_module (&mu_auth_virtual_module);\ + mu_auth_register_module (&mu_auth_radius_module);\ mu_auth_init (); } while (0) #endif -- cgit v1.2.1