summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth_util.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index ca90fc6f72..c2d92a985f 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -766,8 +766,6 @@ NTSTATUS make_server_info_sam(auth_serversupplied_info **server_info,
(*server_info)->ptok = token;
- debug_nt_user_token(DBGC_AUTH, 5, token);
-
DEBUG(5,("make_server_info_sam: made server info for user %s\n",
pdb_get_username((*server_info)->sam_account)));
@@ -1036,8 +1034,6 @@ NTSTATUS make_server_info_info3(TALLOC_CTX *mem_ctx,
SAFE_FREE(all_group_SIDs);
- debug_nt_user_token(DBGC_AUTH, 5, token);
-
return NT_STATUS_OK;
}