summaryrefslogtreecommitdiff
path: root/source4/rpc_server/lsa/lsa.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-10-16 17:05:27 +1100
committerAndrew Tridgell <tridge@samba.org>2009-10-17 13:01:02 +1100
commit30be3fd143bc558ffdac2a6fcf992d5a39f8f7d9 (patch)
tree6794fedc63fe0cb1f6348cbab4013616f92a7c99 /source4/rpc_server/lsa/lsa.h
parentb6a1beb13139a6aa89ac1d4bb201a9c9d1453262 (diff)
downloadsamba-30be3fd143bc558ffdac2a6fcf992d5a39f8f7d9.tar.gz
samba-30be3fd143bc558ffdac2a6fcf992d5a39f8f7d9.tar.bz2
samba-30be3fd143bc558ffdac2a6fcf992d5a39f8f7d9.zip
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
Diffstat (limited to 'source4/rpc_server/lsa/lsa.h')
-rw-r--r--source4/rpc_server/lsa/lsa.h1
1 files changed, 1 insertions, 0 deletions
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;