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

raeburn raeburn at source.lon-capa.org
Sun Dec 12 15:49:26 EST 2021


raeburn		Sun Dec 12 20:49:26 2021 EDT

  Modified files:              
    /loncom/auth	lonshibauth.pm 
  Log:
  - &alias_shibboleth() routine in lonnet.pm renamed alias_sso().
  
  
Index: loncom/auth/lonshibauth.pm
diff -u loncom/auth/lonshibauth.pm:1.13 loncom/auth/lonshibauth.pm:1.14
--- loncom/auth/lonshibauth.pm:1.13	Mon Dec  6 03:31:54 2021
+++ loncom/auth/lonshibauth.pm	Sun Dec 12 20:49:26 2021
@@ -2,7 +2,7 @@
 # Redirect Single Sign On authentication to designated URL: 
 # /adm/sso, by default.
 #
-# $Id: lonshibauth.pm,v 1.13 2021/12/06 03:31:54 raeburn Exp $
+# $Id: lonshibauth.pm,v 1.14 2021/12/12 20:49:26 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -234,7 +234,7 @@
         unless ($protocol eq 'https') { $protocol = 'http'; }
         my $alias = &Apache::lonnet::use_proxy_alias($r,$lonhost);
         if (($alias ne '') &&
-            (&Apache::lonnet::alias_shibboleth($lonhost))) {
+            (&Apache::lonnet::alias_sso($lonhost))) {
             $hostname = $alias;
         }
         my $dest = $protocol.'://'.$hostname.$target;




More information about the LON-CAPA-cvs mailing list