summaryrefslogtreecommitdiff
path: root/source4/auth/auth_util.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-01-10 09:15:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:50:00 -0500
commit1d95bcf3f884072e3d719aa719d46a8ad688d34c (patch)
tree9ac77d5af47db8f78cc1d83afbdbbc7569271c37 /source4/auth/auth_util.c
parent7d6c9bf2b2c9eae5e04ab469324f26eb9c67d397 (diff)
downloadsamba-1d95bcf3f884072e3d719aa719d46a8ad688d34c.tar.gz
samba-1d95bcf3f884072e3d719aa719d46a8ad688d34c.tar.bz2
samba-1d95bcf3f884072e3d719aa719d46a8ad688d34c.zip
r12816: Ugly hacks to the auth_unix code to make a SYSTEM token for root. If
we are going to try and have a 'real' NT token for these users, it is going to get messy fast. I want to go down the idmap road, but we don't have the infrustucure for that yet. Andrew Bartlett (This used to be commit c90d5e82ff4836765f328b2acf20fd09ec91189b)
Diffstat (limited to 'source4/auth/auth_util.c')
-rw-r--r--source4/auth/auth_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_util.c b/source4/auth/auth_util.c
index 5660787ee8..d068f56775 100644
--- a/source4/auth/auth_util.c
+++ b/source4/auth/auth_util.c
@@ -491,7 +491,7 @@ NTSTATUS auth_system_server_info(TALLOC_CTX *mem_ctx, struct auth_serversupplied
server_info->acct_flags = ACB_NORMAL;
- server_info->authenticated = False;
+ server_info->authenticated = True;
*_server_info = server_info;