summaryrefslogtreecommitdiff
path: root/source3/include/rpc_lsa.h
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>2001-11-24 00:13:41 +0000
committerJean-François Micouleau <jfm@samba.org>2001-11-24 00:13:41 +0000
commitca477a61e7a202ba7df756780149a14c1159a73f (patch)
treec12fc6a9db84137b36f4098f5f2f1d67df067fed /source3/include/rpc_lsa.h
parentb9a82592f6fe23e5a7342f3174d5d402e3be759d (diff)
downloadsamba-ca477a61e7a202ba7df756780149a14c1159a73f.tar.gz
added lsaenumprivsaccount and lsalookupprivvalue to rpcclient
and more to come ... J.F. (This used to be commit 1748d5a2af1f2dcf718d6f162ed483b001542494)
Diffstat (limited to 'source3/include/rpc_lsa.h')
-rw-r--r--source3/include/rpc_lsa.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h
index a9a28a63ac3..f3edac68735 100644
--- a/source3/include/rpc_lsa.h
+++ b/source3/include/rpc_lsa.h
@@ -570,6 +570,19 @@ typedef struct lsa_r_getsystemaccount
} LSA_R_GETSYSTEMACCOUNT;
+typedef struct lsa_q_lookupprivvalue
+{
+ POLICY_HND pol; /* policy handle */
+ UNIHDR hdr_right;
+ UNISTR2 uni2_right;
+} LSA_Q_LOOKUPPRIVVALUE;
+
+typedef struct lsa_r_lookupprivvalue
+{
+ LUID luid;
+ NTSTATUS status;
+} LSA_R_LOOKUPPRIVVALUE;
+
#endif /* _RPC_LSA_H */
/*