summaryrefslogtreecommitdiffstats
path: root/source/auth
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-08-24 16:19:07 +0000
committerGerald Carter <jerry@samba.org>2005-08-24 16:19:07 +0000
commit7a4fc1d283ba80cd5bf97bffe67d56c543f14152 (patch)
tree5dabc77eb36486a49f1de702c595b86eef16525b /source/auth
parent4ab7f4cd2a0dfbe35e0d9a18f750a7da97ecca36 (diff)
downloadsamba-7a4fc1d283ba80cd5bf97bffe67d56c543f14152.tar.gz
samba-7a4fc1d283ba80cd5bf97bffe67d56c543f14152.tar.xz
samba-7a4fc1d283ba80cd5bf97bffe67d56c543f14152.zip
r9588: remove netsamlogon_cache interface...everything seems to work fine. Will deal with any fallout from special environments using a non-cache solution
Diffstat (limited to 'source/auth')
-rw-r--r--source/auth/auth_domain.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/auth/auth_domain.c b/source/auth/auth_domain.c
index 6483dc143a0..cdf87adebb9 100644
--- a/source/auth/auth_domain.c
+++ b/source/auth/auth_domain.c
@@ -205,7 +205,6 @@ static NTSTATUS domain_client_validate(TALLOC_CTX *mem_ctx,
} else {
nt_status = make_server_info_info3(mem_ctx, user_info->internal_username.str,
user_info->smb_name.str, domain, server_info, &info3);
- netsamlogon_cache_store( mem_ctx, user_info->smb_name.str, &info3 );
}
#if 0