summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_authentication.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-24 12:56:26 +0545
committerPhil Davis <phil.davis@inf.org>2017-01-24 12:56:26 +0545
commitfe54f09154f4116ceea6897bff54a624f1eb63bc (patch)
tree6837592e377ad98d62047ad0a3facf60d557d9bb /src/usr/local/www/diag_authentication.php
parentf6b61e973ebfb3168774cb0c96485a22e76266f7 (diff)
downloadpfsense-fe54f09154f4116ceea6897bff54a624f1eb63bc.zip
pfsense-fe54f09154f4116ceea6897bff54a624f1eb63bc.tar.gz
Remaining required fields for Diag pages
Diffstat (limited to 'src/usr/local/www/diag_authentication.php')
-rw-r--r--src/usr/local/www/diag_authentication.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_authentication.php b/src/usr/local/www/diag_authentication.php
index 8d416cc..455b8a0 100644
--- a/src/usr/local/www/diag_authentication.php
+++ b/src/usr/local/www/diag_authentication.php
@@ -88,7 +88,7 @@ foreach (auth_get_authserver_list() as $auth_server) {
$section->addInput(new Form_Select(
'authmode',
- 'Authentication Server',
+ '*Authentication Server',
$pconfig['authmode'],
$serverlist
))->setHelp('Select the authentication server to test against.');
OpenPOWER on IntegriCloud