version 1.395, 2021/11/30 14:12:02
|
version 1.396, 2021/12/06 03:31:54
|
Line 7934 sub print_wafproxy {
|
Line 7934 sub print_wafproxy {
|
if ($current) { |
if ($current) { |
$aliasrows .= $current; |
$aliasrows .= $current; |
if ($forsaml) { |
if ($forsaml) { |
$aliasrows .= ' ('.&mt('also for Shibboleth').')'; |
$aliasrows .= ' ('.&mt('also for SSO Auth').')'; |
} |
} |
} else { |
} else { |
$aliasrows .= &mt('None'); |
$aliasrows .= &mt('None'); |
Line 7962 sub print_wafproxy {
|
Line 7962 sub print_wafproxy {
|
'<input type="text" name="wafproxy_alias_'.$server.'" '. |
'<input type="text" name="wafproxy_alias_'.$server.'" '. |
'value="'.$current.'" size="30" />'. |
'value="'.$current.'" size="30" />'. |
(' 'x2).'<span class="LC_nobreak">'. |
(' 'x2).'<span class="LC_nobreak">'. |
&mt('Alias used for Shibboleth').': <label>'. |
&mt('Alias used for SSO Auth').': <label>'. |
'<input type="radio" value="0"'.$samloff.' name="wafproxy_alias_saml_'.$server.'" />'. |
'<input type="radio" value="0"'.$samloff.' name="wafproxy_alias_saml_'.$server.'" />'. |
&mt('No').'</label> <label>'. |
&mt('No').'</label> <label>'. |
'<input type="radio" value="1"'.$samlon.' name="wafproxy_alias_saml_'.$server.'" />'. |
'<input type="radio" value="1"'.$samlon.' name="wafproxy_alias_saml_'.$server.'" />'. |
Line 21186 sub modify_wafproxy {
|
Line 21186 sub modify_wafproxy {
|
} |
} |
} |
} |
if ($shown) { |
if ($shown) { |
$output .= '<li>'.&mt('Alias used by Shibboleth for: [_1]', |
$output .= '<li>'.&mt('Alias used by SSO Auth for: [_1]', |
$shown).'</li>'; |
$shown).'</li>'; |
} else { |
} else { |
$output .= '<li>'.&mt('No alias used for Shibboleth').'</li>'; |
$output .= '<li>'.&mt('No alias used for SSO Auth').'</li>'; |
} |
} |
} else { |
} else { |
if ($item eq 'remoteip') { |
if ($item eq 'remoteip') { |