summaryrefslogtreecommitdiffstats
path: root/source/lib/util_sid.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-06-08 08:41:28 +0000
committerLuke Leighton <lkcl@samba.org>2000-06-08 08:41:28 +0000
commit6de329f6bf9c26e132869cf43d4976d4881e285c (patch)
tree4bc83d4cb140bf00ddc09e9d3b049b97a5eba6be /source/lib/util_sid.c
parentf3502d846c99c77b13ce75977f5dc79cc1a3506d (diff)
downloadsamba-6de329f6bf9c26e132869cf43d4976d4881e285c.tar.gz
samba-6de329f6bf9c26e132869cf43d4976d4881e285c.tar.xz
samba-6de329f6bf9c26e132869cf43d4976d4881e285c.zip
added se_access_check.
Diffstat (limited to 'source/lib/util_sid.c')
-rw-r--r--source/lib/util_sid.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/lib/util_sid.c b/source/lib/util_sid.c
index 46904162b11..add2494346e 100644
--- a/source/lib/util_sid.c
+++ b/source/lib/util_sid.c
@@ -40,6 +40,8 @@ DOM_SID global_sid_Creator_Owner_Domain; /* Creator Owner */
DOM_SID global_sid_Creator_Owner; /* Creator Owner */
DOM_SID global_sid_NT_Authority; /* NT Authority */
+const DOM_SID *global_sid_everyone = &global_sid_World;
+
typedef struct _known_sid_users {
uint32 rid;
uint8 sid_name_use;