1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-22 07:33:16 +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

@@ -57,7 +57,7 @@ NTSTATUS dcesrv_lsa_get_policy_state(struct dcesrv_call_state *dce_call, TALLOC_
partitions_basedn = samdb_partitions_dn(state->sam_ldb, mem_ctx);
state->sidmap = sidmap_open(state);
state->sidmap = sidmap_open(state, global_loadparm);
if (state->sidmap == NULL) {
return NT_STATUS_INVALID_SYSTEM_SERVICE;
}