--- loncom/auth/lonshibauth.pm 2012/03/05 20:51:29 1.1 +++ loncom/auth/lonshibauth.pm 2013/01/04 01:37:02 1.2 @@ -1,7 +1,7 @@ # The LearningOnline Network # Redirect Shibboleth authentication to designated URL (/adm/sso). # -# $Id: lonshibauth.pm,v 1.1 2012/03/05 20:51:29 raeburn Exp $ +# $Id: lonshibauth.pm,v 1.2 2013/01/04 01:37:02 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -67,7 +67,7 @@ package Apache::lonshibauth; use strict; use lib '/home/httpd/lib/perl/'; -use Apache::Constants qw(:common); +use Apache::Constants qw(:common REDIRECT); use LONCAPA qw(:DEFAULT); sub handler {