Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
6d2c73f1
...
6d2c73f1b27e6861d6b1fc2d3a15f8a8b8d771ca
authored
2005-08-12 06:40:56 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_auth_radius_module): New module
(MU_AUTH_REGISTER_ALL_MODULES): Register radius
1 parent
951daed6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
include/mailutils/mu_auth.h
include/mailutils/mu_auth.h
View file @
6d2c73f
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment