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/idl/lsa.idl | |
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/idl/lsa.idl')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 0fdaa6afd2..7acbe9cb6b 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -117,9 +117,15 @@ lsa_AuditSettings *settings; } lsa_AuditEventsInfo; + typedef struct { + lsa_Name name; + dom_sid2 *sid; + } lsa_PrimaryDomainInfo; + typedef union { case(1) lsa_AuditLogInfo audit_log; case(2) lsa_AuditEventsInfo audit_events; + case(3) lsa_PrimaryDomainInfo domain; } lsa_PolicyInformation; NTSTATUS lsa_QueryInfoPolicy ( |