libcli/security: fix some SID values in comments
authorStefan Metzmacher <metze@samba.org>
Tue, 6 Mar 2018 15:38:30 +0000 (16:38 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 16 Mar 2018 18:47:15 +0000 (19:47 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Fri Mar 16 19:47:15 CET 2018 on sn-devel-144

libcli/security/util_sid.c

index 4e4a8fa0d3e6c87fbc43f41b29e12b7a90f14cae..af04dff1325a19e2b0c40ebd588beaf760ffbb6f 100644 (file)
  */
 
 
-/* S-1 */
+/* S-1-1 */
 const struct dom_sid global_sid_World_Domain =               /* Everyone domain */
 { 1, 0, {0,0,0,0,0,1}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}};
-/* S-1-1 */
+/* S-1-1-0 */
 const struct dom_sid global_sid_World =                      /* Everyone */
 { 1, 1, {0,0,0,0,0,1}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}};
 /* S-1-2 */
@@ -52,7 +52,7 @@ const struct dom_sid global_sid_NT_Authority =                /* NT Authority */
 /* S-1-5-18 */
 const struct dom_sid global_sid_System =                       /* System */
 { 1, 1, {0,0,0,0,0,5}, {18,0,0,0,0,0,0,0,0,0,0,0,0,0,0}};
-/* S-1-0 */
+/* S-1-0-0 */
 const struct 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}};
 /* S-1-5-11 */