Author: jerry
Date: 2006-09-06 12:42:36 +0000 (Wed, 06 Sep 2006)
New Revision: 560

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=560

Log:
Small patch from Kevin Shanahan <[EMAIL PROTECTED]>
Fixes a typo in the default ntlm_auth calls.


Modified:
   trunk/mod_ntlm_winbind/mod_ntlm_winbind.c


Changeset:
Modified: trunk/mod_ntlm_winbind/mod_ntlm_winbind.c
===================================================================
--- trunk/mod_ntlm_winbind/mod_ntlm_winbind.c   2006-09-01 06:54:33 UTC (rev 
559)
+++ trunk/mod_ntlm_winbind/mod_ntlm_winbind.c   2006-09-06 12:42:36 UTC (rev 
560)
@@ -931,7 +931,7 @@
     crec->ntlm_basic_on = 0;
     crec->ntlm_basic_realm = "REALM";
     crec->ntlm_auth_helper = "ntlm_auth --helper-protocol=squid-2.5-ntlmssp";
-    crec->negotiate_ntlm_auth_helper = "ntlm_auth 
--helper-prototocol=gss-spnego";
+    crec->negotiate_ntlm_auth_helper = "ntlm_auth 
--helper-protocol=gss-spnego";
     crec->ntlm_plaintext_helper = "ntlm_auth 
--helper-protocol=squid-2.5-basic";
 
     return crec;

Reply via email to