Revision: 6872
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6872&view=rev
Author:   owes
Date:     2012-12-21 18:57:45 +0000 (Fri, 21 Dec 2012)
Log Message:
-----------
Simplify windows auth section

Modified Paths:
--------------
    ipcop/trunk/html/cgi-bin/proxy.cgi

Modified: ipcop/trunk/html/cgi-bin/proxy.cgi
===================================================================
--- ipcop/trunk/html/cgi-bin/proxy.cgi  2012-12-21 08:57:33 UTC (rev 6871)
+++ ipcop/trunk/html/cgi-bin/proxy.cgi  2012-12-21 18:57:45 UTC (rev 6872)
@@ -16,7 +16,7 @@
 # along with IPCop.  If not, see <http://www.gnu.org/licenses/>.
 #
 # (c) 2004-2009 marco.s - http://www.advproxy.net
-# (c) 2009-2011 The IPCop Team
+# (c) 2009-2012 The IPCop Team
 #
 # $Id$
 #
@@ -2126,30 +2126,8 @@
     <td colspan='2'>$Lang::tr{'NTLM unauthorized users'}</td>
 </tr>
 <tr>
-    <td colspan='2'><textarea name='NTLM_ALLOW_USERS' cols='32' rows='6' 
wrap='off'>
-END
-;
-        }
-
-        if ($proxysettings{'AUTH_METHOD'} eq 'ntlm') {
-            print $proxysettings{'NTLM_ALLOW_USERS'};
-        }
-
-        if ($proxysettings{'AUTH_METHOD'} eq 'ntlm') {
-            print <<END
-</textarea></td>
-    <td colspan='2'><textarea name='NTLM_DENY_USERS' cols='32' rows='6' 
wrap='off'>
-END
-;
-        }
-
-        if ($proxysettings{'AUTH_METHOD'} eq 'ntlm') {
-            print $proxysettings{'NTLM_DENY_USERS'};
-        }
-
-        if ($proxysettings{'AUTH_METHOD'} eq 'ntlm') {
-            print <<END
-</textarea></td>
+    <td colspan='2'><textarea name='NTLM_ALLOW_USERS' cols='32' rows='6' 
wrap='off'>$proxysettings{'NTLM_ALLOW_USERS'}</textarea></td>
+    <td colspan='2'><textarea name='NTLM_DENY_USERS' cols='32' rows='6' 
wrap='off'>$proxysettings{'NTLM_DENY_USERS'}</textarea></td>
 </tr>
 </table>
 END

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to