From 3247b4f15a11c531d79ca8137a4f36d63069591b 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. (This used to be commit 37c636eb480e3736b143653231d73620152eb470) --- source3/utils/ntlm_auth.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source3/utils/ntlm_auth.c') diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c index 813fccf6e4..c792b8e470 100644 --- a/source3/utils/ntlm_auth.c +++ b/source3/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