summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-08-24 16:19:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:03:22 -0500
commitdab71bed4e61b816b112433fc44e5f7259e4d2ab (patch)
tree245dd0764026f97c66cf3456360cbfefeebc671c /source3/auth
parent38d08ad68c44304fe151b518f41a232bcc762261 (diff)
downloadsamba-dab71bed4e61b816b112433fc44e5f7259e4d2ab.tar.gz
samba-dab71bed4e61b816b112433fc44e5f7259e4d2ab.tar.bz2
samba-dab71bed4e61b816b112433fc44e5f7259e4d2ab.zip
r9588: remove netsamlogon_cache interface...everything seems to work fine. Will deal with any fallout from special environments using a non-cache solution
(This used to be commit e1de6f238f3981d81e49fb41919fdce4f07c8280)
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth_domain.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c
index 6483dc143a..cdf87adebb 100644
--- a/source3/auth/auth_domain.c
+++ b/source3/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