[LON-CAPA-cvs] cvs: loncom /auth lonauth.pm

www lon-capa-cvs-allow@mail.lon-capa.org
Thu, 02 Oct 2008 13:37:52 -0000


www		Thu Oct  2 09:37:52 2008 EDT

  Modified files:              
    /loncom/auth	lonauth.pm 
  Log:
  Ties up process.
  
  
Index: loncom/auth/lonauth.pm
diff -u loncom/auth/lonauth.pm:1.95 loncom/auth/lonauth.pm:1.96
--- loncom/auth/lonauth.pm:1.95	Wed Oct  1 07:11:08 2008
+++ loncom/auth/lonauth.pm	Thu Oct  2 09:37:52 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # User Authentication Module
 #
-# $Id: lonauth.pm,v 1.95 2008/10/01 11:11:08 bisitz Exp $
+# $Id: lonauth.pm,v 1.96 2008/10/02 13:37:52 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -122,7 +122,6 @@
 						    {'no_inline_link' => 1,});
     my $end_page   = &Apache::loncommon::end_page();
     &Apache::loncommon::content_type($r,'text/html');
-    sleep 1; # brute force counteraction: slow down attackers, which try to hack user authentication with automated scripts
     $r->send_http_header;
     $r->print(
        $start_page