svn commit: lorikeet r75 - in trunk/mod_ntlm_winbind: .

abartlet at samba.org abartlet at samba.org
Sat Sep 25 04:13:45 GMT 2004


Author: abartlet
Date: 2004-09-25 04:13:45 +0000 (Sat, 25 Sep 2004)
New Revision: 75

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=lorikeet&path=/trunk/mod_ntlm_winbind&rev=75&nolog=1

Log:
Add 'documentation' on Negoitate support.

Andrew Bartlett


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	2004-09-25 03:47:16 UTC (rev 74)
+++ trunk/mod_ntlm_winbind/mod_ntlm_winbind.c	2004-09-25 04:13:45 UTC (rev 75)
@@ -58,13 +58,25 @@
  *     AuthName "NTLM Authentication thingy"
  *     NTLMAuth on
  *     NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp"
- *     NTLMAuthoritative on
+ *     NTLMBasicAuthoritative on
  *     AuthType NTLM
- *     NTLMAuthDomUserFile /etc/apache/auth/ntlm.users
- *     NTLMAuthDomGroupFile /etc/apache/auth/ntlm.groups
  *     require valid-user
  *   </Directory>
+ * 
+ * or, to enable 'Negotiate' authentication too:
  *
+ *   <Directory "/var/www/auth">
+ *     AuthName "NTLM Authentication thingy"
+ *     NTLMAuth on
+ *     NegotiateAuth on
+ *     NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp"
+ *     NegotiateAuthHelper "/usr/bin/ntlm_auth --helper-protocol=gss-spnego"
+ *     NTLMBasicAuthoritative on
+ *     AuthType NTLM
+ *     AuthType Negotiate
+ *     require valid-user
+ *   </Directory>
+ *
  * To debug what is going on, add the following line to your httpd.conf
  * to enable debug messages to be written to the apache error log file:
  *



More information about the samba-cvs mailing list