Return to checkauthen.pm CVS log | Up to [LON-CAPA] / loncom / auth |
version 1.4, 2006/06/05 10:03:11 | version 1.5, 2006/06/05 15:08:48 |
---|---|
Line 36 use Apache::lonnet; | Line 36 use Apache::lonnet; |
sub handler { | sub handler { |
my ($r) = @_; | my ($r) = @_; |
if ($r->auth_type() ne 'Basic') { | if ($r->auth_type() eq 'Basic') { |
return DECLINED; | return DECLINED; |
} | } |
my $fail = FORBIDDEN; | my $fail = FORBIDDEN; |