summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-13 10:54:56 +0100
committerGünther Deschner <gd@samba.org>2008-02-13 10:56:56 +0100
commit7c0796a494aff5836f14817c4919f0290a752472 (patch)
tree60bd91397a522cca17edf38f805ea0c0d9398156 /source3/include
parentcdc07216e40df1198e9f3378fc9b23b4c8dfabdc (diff)
downloadsamba-7c0796a494aff5836f14817c4919f0290a752472.tar.gz
samba-7c0796a494aff5836f14817c4919f0290a752472.tar.bz2
samba-7c0796a494aff5836f14817c4919f0290a752472.zip
Remove unused marshalling for SAMR_LOOKUP_RIDS.
Guenther (This used to be commit c6db963dacb04a9b2ee12705d8cfb29b843c0ea2)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_samr.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h
index 28bd8078f0..9b9b4d2e4f 100644
--- a/source3/include/rpc_samr.h
+++ b/source3/include/rpc_samr.h
@@ -227,50 +227,6 @@ typedef struct r_samr_enum_dom_aliases_info
} SAMR_R_ENUM_DOM_ALIASES;
-/****************************************************************************
-SAMR_Q_LOOKUP_RIDS - do a conversion from RID groups to something.
-
-called to resolve domain RID groups.
-*****************************************************************************/
-/* SAMR_Q_LOOKUP_RIDS */
-typedef struct q_samr_lookup_rids_info
-{
- POLICY_HND pol; /* policy handle */
-
- uint32 num_rids1; /* number of rids being looked up */
- uint32 flags; /* 0x0000 03e8 - unknown */
- uint32 ptr; /* 0x0000 0000 - 32 bit unknown */
- uint32 num_rids2; /* number of rids being looked up */
-
- uint32 *rid; /* domain RIDs being looked up */
-
-} SAMR_Q_LOOKUP_RIDS;
-
-
-/****************************************************************************
-SAMR_R_LOOKUP_RIDS - do a conversion from group RID to names
-
-*****************************************************************************/
-/* SAMR_R_LOOKUP_RIDS */
-typedef struct r_samr_lookup_rids_info
-{
- uint32 num_names1; /* number of aliases being looked up */
- uint32 ptr_names; /* pointer to aliases */
- uint32 num_names2; /* number of aliases being looked up */
-
- UNIHDR *hdr_name; /* unicode account name header */
- UNISTR2 *uni_name; /* unicode account name string */
-
- uint32 num_types1; /* number of users in aliases being looked up */
- uint32 ptr_types; /* pointer to users in aliases */
- uint32 num_types2; /* number of users in aliases being looked up */
-
- uint32 *type; /* SID_ENUM type */
-
- NTSTATUS status;
-
-} SAMR_R_LOOKUP_RIDS;
-
/* these are from the old rpc_samr.h - they are needed while the merge
is still going on */
#define MAX_SAM_SIDS 15