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

abartlet at samba.org abartlet at samba.org
Sat Aug 28 04:29:37 GMT 2004


Author: abartlet
Date: 2004-08-28 04:29:36 +0000 (Sat, 28 Aug 2004)
New Revision: 32

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

Log:
Fix documentation and Copyright.

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-08-28 04:09:04 UTC (rev 31)
+++ trunk/mod_ntlm_winbind/mod_ntlm_winbind.c	2004-08-28 04:29:36 UTC (rev 32)
@@ -10,6 +10,7 @@
  * Copyright Andreas Gal <agal at uwsp.edu>,           2000
  * Copyright Sverre H. Huseby <sverrehu at online.no>, 2000
  * Copyright Tim Potter <tpot at samba.org>,           2001
+ * Copyright Andrew Bartlett <abartlet at samba.org>,           2004
  * 
  * THIS SOFTWARE IS PROVIDED ``AS IS`` AND ANY EXPRESSED OR IMPLIED
  * WARRANTIES ARE DISCLAIMED. 
@@ -56,12 +57,11 @@
  *   <Directory "/var/www/auth">
  *     AuthName "NTLM Authentication thingy"
  *     NTLMAuth on
+ *     NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp"
  *     NTLMAuthoritative on
- *     NTLMDomain VNET
  *     AuthType NTLM
  *     NTLMAuthDomUserFile /etc/apache/auth/ntlm.users
  *     NTLMAuthDomGroupFile /etc/apache/auth/ntlm.groups
- *     NTLMAuthLocalUserFile /etc/apache/auth/ntlm.local
  *     require valid-user
  *   </Directory>
  *



More information about the samba-cvs mailing list