summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-10-01 13:19:42 -0500
committerChris Buechler <cmb@pfsense.org>2015-10-01 13:19:42 -0500
commit46545f30a002d587b6fc680d89ac404a466c41b5 (patch)
tree7df62ed2cc11d3b20d0893a53438fea28684f657 /etc
parent8ed4a1392990544e6dc7731ad9ac474dbc2f0bb1 (diff)
downloadpfsense-46545f30a002d587b6fc680d89ac404a466c41b5.zip
pfsense-46545f30a002d587b6fc680d89ac404a466c41b5.tar.gz
Specify %any where identifier is "any", so the note on these pages
actually works.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/vpn.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 1f19959..4a0b14d 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -696,6 +696,9 @@ EOD;
if ($key['ident'] == "allusers") {
$key['ident'] = '%any';
}
+ if ($key['ident'] == "any") {
+ $key['ident'] = '%any';
+ }
if (empty($key['type'])) {
$key['type'] = 'PSK';
}
OpenPOWER on IntegriCloud