From 30be3fd143bc558ffdac2a6fcf992d5a39f8f7d9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 16 Oct 2009 17:05:27 +1100 Subject: s4-privileges: moved privileges to private/privilege.ldb We were storing privileges in the sam, which was OK when we were a standalone DC, but is no good when we replicate with a windows DC. This moves the privileges to a separate (local) database --- source4/rpc_server/lsa/lsa.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/rpc_server/lsa/lsa.h') diff --git a/source4/rpc_server/lsa/lsa.h b/source4/rpc_server/lsa/lsa.h index ffdf96d091..53fe102630 100644 --- a/source4/rpc_server/lsa/lsa.h +++ b/source4/rpc_server/lsa/lsa.h @@ -40,6 +40,7 @@ struct lsa_policy_state { struct dcesrv_handle *handle; struct ldb_context *sam_ldb; + struct ldb_context *pdb; uint32_t access_mask; struct ldb_dn *domain_dn; struct ldb_dn *forest_dn; -- cgit