diff options
author | Günther Deschner <gd@samba.org> | 2008-01-24 13:53:36 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-24 13:54:45 +0100 |
commit | df5b03a7802f1fedb2fd91f75f3545459be9f0e0 (patch) | |
tree | 5d0faf71720bf77f91039eab3525aac460bcb695 /source3/librpc/idl | |
parent | b00529585d0a1d364be766e16779e5ff4ae5c43d (diff) | |
download | samba-df5b03a7802f1fedb2fd91f75f3545459be9f0e0.tar.gz samba-df5b03a7802f1fedb2fd91f75f3545459be9f0e0.tar.bz2 samba-df5b03a7802f1fedb2fd91f75f3545459be9f0e0.zip |
Re-run make idl and use generated ndr based on samba4 security.idl (except for DOM_SID).
Guenther
(This used to be commit 1781a57b18f681f1bc03873330147a813f10eba2)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/security.idl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/librpc/idl/security.idl b/source3/librpc/idl/security.idl index 753fad85cf..c4c30e9b5a 100644 --- a/source3/librpc/idl/security.idl +++ b/source3/librpc/idl/security.idl @@ -230,16 +230,6 @@ interface security SEC_PRIV_REMOTE_INTERACTIVE_LOGON = 24 } sec_privilege; - - /* a domain SID. Note that unlike Samba3 this contains a pointer, - so you can't copy them using assignment */ - typedef [public,gensize,noprint,noejs,nosize] struct { - uint8 sid_rev_num; /**< SID revision number */ - [range(0,15)] int8 num_auths; /**< Number of sub-authorities */ - uint8 id_auth[6]; /**< Identifier Authority */ - uint32 sub_auths[num_auths]; - } dom_sid; - typedef [bitmap8bit] bitmap { SEC_ACE_FLAG_OBJECT_INHERIT = 0x01, SEC_ACE_FLAG_CONTAINER_INHERIT = 0x02, |