svn commit: samba r25575 - in branches: SAMBA_3_2/source/lib SAMBA_3_2_0/source/lib

gd at samba.org gd at samba.org
Mon Oct 8 13:31:11 GMT 2007


Author: gd
Date: 2007-10-08 13:31:08 +0000 (Mon, 08 Oct 2007)
New Revision: 25575

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

Log:
Document S-1-5-12 (restriced code sid).

Guenther

Modified:
   branches/SAMBA_3_2/source/lib/util_sid.c
   branches/SAMBA_3_2_0/source/lib/util_sid.c


Changeset:
Modified: branches/SAMBA_3_2/source/lib/util_sid.c
===================================================================
--- branches/SAMBA_3_2/source/lib/util_sid.c	2007-10-08 12:57:30 UTC (rev 25574)
+++ branches/SAMBA_3_2/source/lib/util_sid.c	2007-10-08 13:31:08 UTC (rev 25575)
@@ -25,7 +25,8 @@
 #include "includes.h"
 
 /*
- * Some useful sids
+ * Some useful sids, more well known sids can be found at
+ * http://support.microsoft.com/kb/243330/EN-US/
  */
 
 
@@ -43,6 +44,11 @@
 { 1, 1, {0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}};
 const DOM_SID global_sid_Authenticated_Users =	/* All authenticated rids */
 { 1, 1, {0,0,0,0,0,5}, {11,0,0,0,0,0,0,0,0,0,0,0,0,0,0}};
+#if 0
+/* for documentation */
+const DOM_SID global_sid_Restriced =			/* Restriced Code */
+{ 1, 1, {0,0,0,0,0,5}, {12,0,0,0,0,0,0,0,0,0,0,0,0,0,0}};
+#endif
 const DOM_SID global_sid_Network =			/* Network rids */
 { 1, 1, {0,0,0,0,0,5}, {2,0,0,0,0,0,0,0,0,0,0,0,0,0,0}};
 

Modified: branches/SAMBA_3_2_0/source/lib/util_sid.c
===================================================================
--- branches/SAMBA_3_2_0/source/lib/util_sid.c	2007-10-08 12:57:30 UTC (rev 25574)
+++ branches/SAMBA_3_2_0/source/lib/util_sid.c	2007-10-08 13:31:08 UTC (rev 25575)
@@ -25,7 +25,8 @@
 #include "includes.h"
 
 /*
- * Some useful sids
+ * Some useful sids, more well known sids can be found at
+ * http://support.microsoft.com/kb/243330/EN-US/
  */
 
 
@@ -43,6 +44,11 @@
 { 1, 1, {0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}};
 const DOM_SID global_sid_Authenticated_Users =	/* All authenticated rids */
 { 1, 1, {0,0,0,0,0,5}, {11,0,0,0,0,0,0,0,0,0,0,0,0,0,0}};
+#if 0
+/* for documentation */
+const DOM_SID global_sid_Restriced =			/* Restriced Code */
+{ 1, 1, {0,0,0,0,0,5}, {12,0,0,0,0,0,0,0,0,0,0,0,0,0,0}};
+#endif
 const DOM_SID global_sid_Network =			/* Network rids */
 { 1, 1, {0,0,0,0,0,5}, {2,0,0,0,0,0,0,0,0,0,0,0,0,0,0}};
 



More information about the samba-cvs mailing list