security: add local authority well-known SIDs
[ira/wip.git] / libcli / security / util_sid.c
index 84ac0f1dbc4ea1013f2aadcc78ddd9dca85aebee..f87d3ebe796d92a94f0c3a55255c2868a95935f8 100644 (file)
@@ -38,6 +38,8 @@ 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}};
 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}};
+const struct dom_sid global_sid_Local_Authority =            /* Local Authority */
+{ 1, 0, {0,0,0,0,0,2}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}};
 const struct dom_sid global_sid_Creator_Owner_Domain =       /* Creator Owner domain */
 { 1, 0, {0,0,0,0,0,3}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}};
 const struct dom_sid global_sid_NT_Authority =                 /* NT Authority */