From 37c636eb480e3736b143653231d73620152eb470 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 29 Aug 2006 16:52:59 +0000 Subject: r17921: Comment is obsolte. This is now implemented in winbindd. Jeremy. --- source/utils/ntlm_auth.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source/utils') diff --git a/source/utils/ntlm_auth.c b/source/utils/ntlm_auth.c index 813fccf6e42..c792b8e4707 100644 --- a/source/utils/ntlm_auth.c +++ b/source/utils/ntlm_auth.c @@ -623,9 +623,7 @@ static NTSTATUS ntlm_auth_start_ntlmssp_server(NTLMSSP_STATE **ntlmssp_state) } /******************************************************************* - Used by firefox to drive NTLM auth to IIS servers. Currently - requires krb5 enabled in winbindd as only then are the credentials - cached in memory. This needs fixing in winbindd. JRA. + Used by firefox to drive NTLM auth to IIS servers. *******************************************************************/ static NTSTATUS do_ccache_ntlm_auth(DATA_BLOB initial_msg, DATA_BLOB challenge_msg, -- cgit