summaryrefslogtreecommitdiffstats
path: root/source/auth/auth_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/auth/auth_util.c')
-rw-r--r--source/auth/auth_util.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/auth/auth_util.c b/source/auth/auth_util.c
index a50a449815c..7cab3df99e4 100644
--- a/source/auth/auth_util.c
+++ b/source/auth/auth_util.c
@@ -26,6 +26,11 @@
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_AUTH
+extern DOM_SID global_sid_World;
+extern DOM_SID global_sid_Network;
+extern DOM_SID global_sid_Builtin_Guests;
+extern DOM_SID global_sid_Authenticated_Users;
+
/****************************************************************************
Create a UNIX user on demand.