summaryrefslogtreecommitdiff
path: root/source3/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
commit1bdbb4e6012307b366c064554361c59f27b1ae7e (patch)
tree8faab6e4ce452652e8a9d705527fb4d362c33bd1 /source3/lib/util_sid.c
parent6ac53832337549c58b45b84b9a2be502561423d1 (diff)
downloadsamba-1bdbb4e6012307b366c064554361c59f27b1ae7e.tar.gz
samba-1bdbb4e6012307b366c064554361c59f27b1ae7e.tar.bz2
samba-1bdbb4e6012307b366c064554361c59f27b1ae7e.zip
added se_access_check.
(This used to be commit 6de329f6bf9c26e132869cf43d4976d4881e285c)
Diffstat (limited to 'source3/lib/util_sid.c')
-rw-r--r--source3/lib/util_sid.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/util_sid.c b/source3/lib/util_sid.c
index 46904162b1..add2494346 100644
--- a/source3/lib/util_sid.c
+++ b/source3/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;