r18238: add SID_NAME_COMPUTER to the enum lsa_SidType type
authorGerald Carter <jerry@samba.org>
Thu, 7 Sep 2006 21:33:35 +0000 (21:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:17:53 +0000 (14:17 -0500)
(This used to be commit ced2f9599446520229566e25a783101b19c64177)

source4/librpc/idl/lsa.idl

index db627ba36766e1901373350c5069dd1e967d32a2..f78c36ec59d00154a23b8f1469f2dff3cb16060c 100644 (file)
                SID_NAME_WKN_GRP  = 5, /* well-known group */
                SID_NAME_DELETED  = 6, /* deleted account: needed for c2 rating */
                SID_NAME_INVALID  = 7, /* invalid account */
-               SID_NAME_UNKNOWN  = 8  /* oops. */
+               SID_NAME_UNKNOWN  = 8, /* oops. */
+               SID_NAME_COMPUTER = 9  /* machine */
        } lsa_SidType;
 
        typedef struct {