r6132: allow up to 15 sub_auth in a dom_sid
authorStefan Metzmacher <metze@samba.org>
Wed, 30 Mar 2005 12:27:01 +0000 (12:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:11:21 +0000 (13:11 -0500)
(tridge: asked me for that commit)

metze
(This used to be commit 2791de069a571aaa53283d68b5cc957d82e7ce41)

source4/librpc/idl/security.idl

index 99afcc386c302148cb9fda198878d42dc3130c0a..714dd76e8deae65b9b1f70913819f38c08e10b21 100644 (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;