mirror of
https://github.com/samba-team/samba.git
synced 2025-10-30 08:23:49 +03:00
r26228: Store loadparm context in auth context, move more loadparm_contexts up the call stack.
This commit is contained in:
committed by
Stefan Metzmacher
parent
0721a07aad
commit
ba75f1613a
@@ -60,7 +60,7 @@ static int ejs_doauth(MprVarHandle eid,
|
||||
}
|
||||
|
||||
if (auth_types) {
|
||||
nt_status = auth_context_create_methods(tmp_ctx, auth_types, ev, msg, &auth_context);
|
||||
nt_status = auth_context_create_methods(tmp_ctx, auth_types, ev, msg, global_loadparm, &auth_context);
|
||||
} else {
|
||||
nt_status = auth_context_create(tmp_ctx, ev, msg, global_loadparm, &auth_context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user