summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_mobile.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-31 19:40:19 +0545
committerRenato Botelho <renato@netgate.com>2017-01-31 13:33:50 -0200
commit4181014a130f981b1758d3f3e6a46d6b047c5890 (patch)
tree9915d9ca37fede5438b937b54bb0b4c27930a385 /src/usr/local/www/vpn_ipsec_mobile.php
parent75e181961370b788ef7b3f92ea156c9b1e1f4e46 (diff)
downloadpfsense-4181014a130f981b1758d3f3e6a46d6b047c5890.zip
pfsense-4181014a130f981b1758d3f3e6a46d6b047c5890.tar.gz
Required fields for VPN pages
(cherry picked from commit 1bbdab13e436f5f2b9e381886be4d9c2d1a4e44f)
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_mobile.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_mobile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_ipsec_mobile.php b/src/usr/local/www/vpn_ipsec_mobile.php
index b2780d9..b4715c6 100644
--- a/src/usr/local/www/vpn_ipsec_mobile.php
+++ b/src/usr/local/www/vpn_ipsec_mobile.php
@@ -480,7 +480,7 @@ foreach (auth_get_authserver_list() as $authServer) {
$section->addInput(new Form_Select(
'user_source',
- 'User Authentication',
+ '*User Authentication',
explode(",", $pconfig['user_source']),
$authServers,
true
@@ -488,7 +488,7 @@ $section->addInput(new Form_Select(
$section->addInput(new Form_Select(
'group_source',
- 'Group Authentication',
+ '*Group Authentication',
$pconfig['group_source'],
array(
'none' => gettext('none'),
OpenPOWER on IntegriCloud