1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-07 01:58:28 +03:00

r6132: allow up to 15 sub_auth in a dom_sid

(tridge: asked me for that commit)

metze
This commit is contained in:
Stefan Metzmacher 2005-03-30 12:27:01 +00:00 committed by Gerald (Jerry) Carter
parent 2d121c8431
commit 2791de069a

View File

@ -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;