.detach = mod_detach,
.thread_detach = mod_thread_detach
},
- .method = {
+ .method_group = {
.bindings = (module_method_binding_t[]){
/*
* Hack to support old configurations
.instantiate = mod_instantiate,
.detach = mod_detach,
},
- .method = {
+ .method_group = {
.bindings = (module_method_binding_t[]){
/*
* Hack to support old configurations
.instantiate = mod_instantiate,
.detach = mod_detach
},
- .method = {
+ .method_group = {
.bindings = (module_method_binding_t[]){
{ .section = SECTION_NAME("authenticate", CF_IDENT_ANY), .method = mod_authenticate },
MODULE_BINDING_TERMINATOR
.thread_instantiate = mod_thread_instantiate,
.thread_detach = mod_thread_detach
},
- .method = {
+ .method_group = {
.bindings = (module_method_binding_t[]){
{ .section = SECTION_NAME(CF_IDENT_ANY, CF_IDENT_ANY), .method = mod_authorize },
MODULE_BINDING_TERMINATOR
.bootstrap = mod_bootstrap,
.detach = mod_detach
},
- .method = {
+ .method_group = {
.bindings = (module_method_binding_t[]){
{ .section = SECTION_NAME("authenticate", CF_IDENT_ANY), .method = mod_authenticate, .method_env = &winbind_auth_method_env },
{ .section = SECTION_NAME("recv", CF_IDENT_ANY), .method = mod_authorize, .method_env = &winbind_autz_method_env },
#
-# .method = {
+# .method_group = {
# .bindings = (module_method_binding_t[]){
# { .section = SECTION_NAME("recv", "Access-Challenge"), .method = mod_return },
# { .section = SECTION_NAME("name1_null", NULL), .method = mod_return },