mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
r6132: allow up to 15 sub_auth in a dom_sid
(tridge: asked me for that commit) metze (This used to be commit 2791de069a571aaa53283d68b5cc957d82e7ce41)
This commit is contained in:
parent
e6772edd4b
commit
59b2ffb89f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user