summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_mobile.php
diff options
context:
space:
mode:
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 e25c37d..4fa5fe7 100644
--- a/src/usr/local/www/vpn_ipsec_mobile.php
+++ b/src/usr/local/www/vpn_ipsec_mobile.php
@@ -448,7 +448,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
@@ -456,7 +456,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