diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-11 06:54:54 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-11 06:54:54 +0000 |
commit | c614ea5435e3a4c9b6e05dcde9daa7d38f7131ca (patch) | |
tree | fbd494bc0a29cf1dd2aaed5a08b3761331bf302a /source4/librpc/ndr/ndr_lsa.h | |
parent | 023a8fcb80f13f06c32ad5515e046b2017eaed09 (diff) | |
download | samba-c614ea5435e3a4c9b6e05dcde9daa7d38f7131ca.tar.gz samba-c614ea5435e3a4c9b6e05dcde9daa7d38f7131ca.tar.bz2 samba-c614ea5435e3a4c9b6e05dcde9daa7d38f7131ca.zip |
added QueryPolicyInfo/PrimaryDomainInfo idl and test code
(This used to be commit b754ad2eae517abacaa26d9e28a8bf6164274971)
Diffstat (limited to 'source4/librpc/ndr/ndr_lsa.h')
-rw-r--r-- | source4/librpc/ndr/ndr_lsa.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/librpc/ndr/ndr_lsa.h b/source4/librpc/ndr/ndr_lsa.h index 3ef03516ae..21060b6058 100644 --- a/source4/librpc/ndr/ndr_lsa.h +++ b/source4/librpc/ndr/ndr_lsa.h @@ -133,9 +133,15 @@ struct lsa_AuditEventsInfo { struct lsa_AuditSettings *settings; }; +struct lsa_PrimaryDomainInfo { + struct lsa_Name name; + struct dom_sid2 *sid; +}; + union lsa_PolicyInformation { /* [case(1)] */ struct lsa_AuditLogInfo audit_log; /* [case(2)] */ struct lsa_AuditEventsInfo audit_events; +/* [case(3)] */ struct lsa_PrimaryDomainInfo domain; }; struct lsa_QueryInfoPolicy { |