summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-09-07 21:33:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:53 -0500
commitef54074392107dca5af9bbdde611c9440e5fb688 (patch)
tree6b9c3ba3a60496438604d46d3fb4e1a4c387d952 /source4
parent25819cfabcb72bfa397cd7bb49700ec80433670e (diff)
downloadsamba-ef54074392107dca5af9bbdde611c9440e5fb688.tar.gz
samba-ef54074392107dca5af9bbdde611c9440e5fb688.tar.bz2
samba-ef54074392107dca5af9bbdde611c9440e5fb688.zip
r18238: add SID_NAME_COMPUTER to the enum lsa_SidType type
(This used to be commit ced2f9599446520229566e25a783101b19c64177)
Diffstat (limited to 'source4')
-rw-r--r--source4/librpc/idl/lsa.idl3
1 files changed, 2 insertions, 1 deletions
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 {