diff options
author | Günther Deschner <gd@samba.org> | 2008-02-01 14:53:58 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-01 16:29:21 +0100 |
commit | b708005a7106db26d7df689b887b419c9f2ea41c (patch) | |
tree | 38e6af3e42c95a5b176bac5339055110f8c6f519 /source3/include | |
parent | ddbe4ea6b79b511927d4d130cb345b873b12cc0e (diff) | |
download | samba-b708005a7106db26d7df689b887b419c9f2ea41c.tar.gz samba-b708005a7106db26d7df689b887b419c9f2ea41c.tar.bz2 samba-b708005a7106db26d7df689b887b419c9f2ea41c.zip |
Remove unused marshalling for SAMR_CREATE_USER.
Guenther
(This used to be commit 69e8a83093149201c36ffc2b7fadfa469aabf7bd)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_samr.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h index 2e4598e389..fa8bf07564 100644 --- a/source3/include/rpc_samr.h +++ b/source3/include/rpc_samr.h @@ -1406,32 +1406,6 @@ typedef struct r_samr_lookup_rids_info } SAMR_R_LOOKUP_RIDS; -/* SAMR_Q_CREATE_USER - probably a create */ -typedef struct q_samr_create_user_info -{ - POLICY_HND domain_pol; /* policy handle */ - - UNIHDR hdr_name; /* unicode account name header */ - UNISTR2 uni_name; /* unicode account name */ - - uint32 acb_info; /* account control info */ - uint32 acct_flags; /* 0xe005 00b0 */ - -} SAMR_Q_CREATE_USER; - - -/* SAMR_R_CREATE_USER - probably a create */ -typedef struct r_samr_create_user_info -{ - POLICY_HND user_pol; /* policy handle associated with user */ - - uint32 access_granted; - uint32 user_rid; /* user RID */ - NTSTATUS status; /* return status */ - -} SAMR_R_CREATE_USER; - - /* SAMR_Q_QUERY_GROUPMEM - query group members */ typedef struct q_samr_query_groupmem_info { |