diff options
author | Jeremy Allison <jra@samba.org> | 2006-08-29 16:52:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:38:59 -0500 |
commit | 3247b4f15a11c531d79ca8137a4f36d63069591b (patch) | |
tree | ed641c1ebf79c436209214f7b3e02724964760a2 | |
parent | 743a8e7f005762d4c5740d18b956636cbb6213e8 (diff) | |
download | samba-3247b4f15a11c531d79ca8137a4f36d63069591b.tar.gz samba-3247b4f15a11c531d79ca8137a4f36d63069591b.tar.bz2 samba-3247b4f15a11c531d79ca8137a4f36d63069591b.zip |
r17921: Comment is obsolte. This is now implemented in winbindd.
Jeremy.
(This used to be commit 37c636eb480e3736b143653231d73620152eb470)
-rw-r--r-- | source3/utils/ntlm_auth.c | 4 |
1 files changed, 1 insertions, 3 deletions
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, |