diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-08-14 13:30:51 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-08-18 09:50:38 +1000 |
commit | 7c6ca95bec5141707d4f19e802062731d6789cc5 (patch) | |
tree | d6ee504cf0f98ff62b5bac6b19a869f8378c3757 /librpc/idl | |
parent | 60086dcf9a58525d400b39e9464847d73cbce6d2 (diff) | |
download | samba-7c6ca95bec5141707d4f19e802062731d6789cc5.tar.gz samba-7c6ca95bec5141707d4f19e802062731d6789cc5.tar.bz2 samba-7c6ca95bec5141707d4f19e802062731d6789cc5.zip |
s4:security Remove use of user_sid and group_sid from struct security_token
This makes the structure more like Samba3's NT_USER_TOKEN
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/security.idl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index 369579cb7c..68ed485a82 100644 --- a/librpc/idl/security.idl +++ b/librpc/idl/security.idl @@ -467,8 +467,6 @@ interface security } sec_desc_buf; typedef [public] struct { - dom_sid *user_sid; - dom_sid *group_sid; uint32 num_sids; [size_is(num_sids)] dom_sid *sids[*]; udlong privilege_mask; |