summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2018-03-06 16:38:30 +0100
committerStefan Metzmacher <metze@samba.org>2018-03-16 19:47:15 +0100
commitda39e74c3909f1c260b4899ea835e789044aaa56 (patch)
treeca5db71780c470810f852d0a1eda6df15d84eeb2 /libcli
parent3056e24a4bee545b94847265ec8ab3b228ce5f89 (diff)
downloadsamba-da39e74c3909f1c260b4899ea835e789044aaa56.tar.gz
libcli/security: fix some SID values in comments
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
Diffstat (limited to 'libcli')
-rw-r--r--libcli/security/util_sid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcli/security/util_sid.c b/libcli/security/util_sid.c
index 4e4a8fa0d3e..af04dff1325 100644
--- a/libcli/security/util_sid.c
+++ b/libcli/security/util_sid.c
@@ -34,10 +34,10 @@
*/
-/* 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 */