From ef54074392107dca5af9bbdde611c9440e5fb688 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 7 Sep 2006 21:33:35 +0000 Subject: r18238: add SID_NAME_COMPUTER to the enum lsa_SidType type (This used to be commit ced2f9599446520229566e25a783101b19c64177) --- source4/librpc/idl/lsa.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index db627ba367..f78c36ec59 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -317,7 +317,8 @@ 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 { -- cgit