summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-09-15 23:42:59 +0000
committerTim Potter <tpot@samba.org>2002-09-15 23:42:59 +0000
commit3cc83a87392ebc19c5934ad2a6d0e59583aa8326 (patch)
tree67397771a2a75396f96746805986a8f0383c81b7 /source3/auth
parentf3008f5463dbb7691ca32d48edaeb078e8846274 (diff)
downloadsamba-3cc83a87392ebc19c5934ad2a6d0e59583aa8326.tar.gz
samba-3cc83a87392ebc19c5934ad2a6d0e59583aa8326.tar.bz2
samba-3cc83a87392ebc19c5934ad2a6d0e59583aa8326.zip
Don't display debugs of the nt user token twice.
(This used to be commit 2011a38f3bd1e51aa1ca0219a9e46da12426cbc3)
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;
}