svn commit: samba r18238 - in branches/SAMBA_4_0/source/librpc/idl: .

jerry at samba.org jerry at samba.org
Thu Sep 7 21:33:36 GMT 2006


Author: jerry
Date: 2006-09-07 21:33:35 +0000 (Thu, 07 Sep 2006)
New Revision: 18238

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18238

Log:
add SID_NAME_COMPUTER to the enum lsa_SidType type
Modified:
   branches/SAMBA_4_0/source/librpc/idl/lsa.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/lsa.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/lsa.idl	2006-09-07 21:30:27 UTC (rev 18237)
+++ branches/SAMBA_4_0/source/librpc/idl/lsa.idl	2006-09-07 21:33:35 UTC (rev 18238)
@@ -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 {



More information about the samba-cvs mailing list