[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Wed Dec 29 21:39:01 EST 2021
raeburn Thu Dec 30 02:39:01 2021 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- Bug 6914. Change needed in rev. 1.388
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.400 loncom/interface/domainprefs.pm:1.401
--- loncom/interface/domainprefs.pm:1.400 Tue Dec 28 03:26:44 2021
+++ loncom/interface/domainprefs.pm Thu Dec 30 02:39:01 2021
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.400 2021/12/28 03:26:44 raeburn Exp $
+# $Id: domainprefs.pm,v 1.401 2021/12/30 02:39:01 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -21255,7 +21255,7 @@
}
}
$output = &mt('Changes were made to Web Application Firewall/Reverse Proxy').'<ul>';
- foreach my $item ('alias','remoteip','ipheader','trusted','vpnint','vpnext','sslopt') {
+ foreach my $item ('alias','saml','remoteip','ipheader','trusted','vpnint','vpnext','sslopt') {
if ($changes{$item}) {
if ($item eq 'alias') {
my $numaliased = 0;
More information about the LON-CAPA-cvs
mailing list