1
0
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:
Jelmer Vernooij
2007-12-02 17:56:09 +01:00
committed by Stefan Metzmacher
parent 0721a07aad
commit ba75f1613a
26 changed files with 88 additions and 64 deletions

View File

@@ -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);
}