r25575: Document S-1-5-12 (restriced code sid).
authorGünther Deschner <gd@samba.org>
Mon, 8 Oct 2007 13:31:08 +0000 (13:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:31:16 +0000 (12:31 -0500)
Guenther
(This used to be commit 109b09edef4bcad06c3b850edf7db74419c3ad78)

source3/lib/util_sid.c

index 85cb96bd6043fa8ffce6bcb03a3db1571712f6ca..498919876cef51cef6a7a1e351f23274b6f694e0 100644 (file)
@@ -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 @@ const DOM_SID global_sid_NULL =                      /* NULL sid */
 { 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}};