Diff for /loncom/auth/checkauthen.pm between versions 1.5 and 1.6

version 1.5, 2006/06/05 15:08:48 version 1.6, 2006/08/30 21:35:08
Line 41  sub handler { Line 41  sub handler {
     }      }
     my $fail = FORBIDDEN;       my $fail = FORBIDDEN; 
     if ($r->dir_config('lonOtherAuthen') eq 'yes') {      if ($r->dir_config('lonOtherAuthen') eq 'yes') {
    if (defined($r->dir_config('lonOtherAuthenType'))) {
               $r->auth_type($r->dir_config('lonOtherAuthenType'));
           }
  #&Apache::lonnet::logthis("other authen");   #&Apache::lonnet::logthis("other authen");
  $fail = DECLINED;   $fail = DECLINED;
     }      }
Line 65  sub handler { Line 68  sub handler {
     return OK;      return OK;
  }   }
     }      }
   
     return $fail;      return $fail;
 }  }
   

Removed from v.1.5  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>