diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-03-30 12:27:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:21 -0500 |
commit | 59b2ffb89f150846c69fed9e00eccfc8656ccfb2 (patch) | |
tree | 041efdeffccb8cfed14b805f4b2043b536e2f7d0 /source4/librpc/idl | |
parent | e6772edd4bb483eb328fe721cefd2032f70deebf (diff) | |
download | samba-59b2ffb89f150846c69fed9e00eccfc8656ccfb2.tar.gz samba-59b2ffb89f150846c69fed9e00eccfc8656ccfb2.tar.bz2 samba-59b2ffb89f150846c69fed9e00eccfc8656ccfb2.zip |
r6132: allow up to 15 sub_auth in a dom_sid
(tridge: asked me for that commit)
metze
(This used to be commit 2791de069a571aaa53283d68b5cc957d82e7ce41)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/security.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/security.idl b/source4/librpc/idl/security.idl index 99afcc386c..714dd76e8d 100644 --- a/source4/librpc/idl/security.idl +++ b/source4/librpc/idl/security.idl @@ -186,7 +186,7 @@ interface security so you can't copy them using assignment */ typedef [public,noprint] struct { uint8 sid_rev_num; /**< SID revision number */ - [range(0,5)] int8 num_auths; /**< Number of sub-authorities */ + [range(0,15)] int8 num_auths; /**< Number of sub-authorities */ uint8 id_auth[6]; /**< Identifier Authority */ uint32 sub_auths[num_auths]; } dom_sid; |