summaryrefslogtreecommitdiff
path: root/source3/include/rpc_lsa.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-09-20 22:07:56 +0000
committerJeremy Allison <jra@samba.org>2000-09-20 22:07:56 +0000
commit0fc271ea4aba6b3258e9b962c1634ea441dc5861 (patch)
tree80bc33eeaa366d62165c8b6163801eb629ba187e /source3/include/rpc_lsa.h
parent7a3795d5df8dc1b2e3d2afe2a9e12db34d80e305 (diff)
downloadsamba-0fc271ea4aba6b3258e9b962c1634ea441dc5861.tar.gz
samba-0fc271ea4aba6b3258e9b962c1634ea441dc5861.tar.bz2
samba-0fc271ea4aba6b3258e9b962c1634ea441dc5861.zip
Some code moved back from TNG - updates to LSA stuff. Not yet used but
will be needed soon. Jeremy. (This used to be commit f0aa8f9314c837fe39b6d1b0c41d5cfae2e4098f)
Diffstat (limited to 'source3/include/rpc_lsa.h')
-rw-r--r--source3/include/rpc_lsa.h21
1 files changed, 19 insertions, 2 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h
index 7ba9cea0a2..b2e2e3c813 100644
--- a/source3/include/rpc_lsa.h
+++ b/source3/include/rpc_lsa.h
@@ -130,6 +130,24 @@ typedef struct lsa_r_open_pol2_info
} LSA_R_OPEN_POL2;
+/* LSA_Q_QUERY_SEC_OBJ - LSA query security */
+typedef struct lsa_query_sec_obj_info
+{
+ POLICY_HND pol; /* policy handle */
+ uint32 sec_info;
+
+} LSA_Q_QUERY_SEC_OBJ;
+
+/* LSA_R_QUERY_SEC_OBJ - probably an open */
+typedef struct r_lsa_query_sec_obj_info
+{
+ uint32 ptr;
+ SEC_DESC_BUF *buf;
+
+ uint32 status; /* return status */
+
+} LSA_R_QUERY_SEC_OBJ;
+
/* LSA_Q_QUERY_INFO - LSA query info policy */
typedef struct lsa_query_info
{
@@ -234,7 +252,7 @@ typedef struct dom_ref_info
/* LSA_TRANS_NAME - translated name */
typedef struct lsa_trans_name_info
{
- uint32 sid_name_use; /* value is 5 for a well-known group; 2 for a domain group; 1 for a user... */
+ uint16 sid_name_use; /* value is 5 for a well-known group; 2 for a domain group; 1 for a user... */
UNIHDR hdr_name;
uint32 domain_idx; /* index into DOM_R_REF array of SIDs */
@@ -324,4 +342,3 @@ typedef struct lsa_r_lookup_names
} LSA_R_LOOKUP_NAMES;
#endif /* _RPC_LSA_H */
-