summaryrefslogtreecommitdiff
path: root/source/include
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
commit1748d5a2af1f2dcf718d6f162ed483b001542494 (patch)
treea2d5e5beda53953dcf5a65d578303d83ee0a30ae /source/include
parentfe288b14cc7f2bc6b8427438da672e7dd7812027 (diff)
downloadsamba-1748d5a2af1f2dcf718d6f162ed483b001542494.tar.gz
added lsaenumprivsaccount and lsalookupprivvalue to rpcclient
and more to come ... J.F.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/rpc_lsa.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/include/rpc_lsa.h b/source/include/rpc_lsa.h
index a9a28a63ac3..f3edac68735 100644
--- a/source/include/rpc_lsa.h
+++ b/source/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 */
/*