@ -7,7 +7,7 @@ use AuthCAS;
# Configuration
my $host = $ENV{HTTP_HOST};
my ( $domain, $port ) = ( $host =~ /\w+\.([^:]*?)(:\d+)?/ );
my ( $domain, $port ) = ( $host =~ /\w+\.([^:]+)(:\d+)?/ );
my $protocol = ( $ENV{HTTPS} =~ /^on$/i ) ? "https" : "http";
my $portal_url = "$protocol://auth.$domain$port";
my $cas_url = "$portal_url/cas";
@ -15,7 +15,7 @@ my $color = $cgi->param("color") || "#ddd";
# Local parameters
my $manager_url = "$protocol://manager.$domain$port";
@ -19,7 +19,7 @@ use Digest::SHA
#==============================================================================
my $client_id = "lemonldap";