Skip to content

Commit

Permalink
ipsec fixes for 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacalvo committed Nov 12, 2018
1 parent 95653d0 commit 816b47a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion main/ipsec/ChangeLog
@@ -1,5 +1,6 @@
6.0
+ Set version to 6.0
+ Remove unrecognized crtscts and lock options in xl2tpd conf
+ Fix call to deprecated securityGroups method
5.1
+ Adapt for Ubuntu 16.04, integrating libreswan instead of openswan
3.5.2
Expand Down
2 changes: 1 addition & 1 deletion main/ipsec/src/EBox/IPsec/Model/Users.pm
Expand Up @@ -103,7 +103,7 @@ sub _populateGroups
}

my @securityGroups;
foreach my $group (@{$usersMod->ldap()->securityGroups()}) {
foreach my $group (@{$usersMod->securityGroups()}) {
my $name = $group->name();
push (@securityGroups, {
value => $name,
Expand Down
2 changes: 0 additions & 2 deletions main/ipsec/stubs/options.xl2tpd.mas
Expand Up @@ -16,13 +16,11 @@ ms-wins <% $tunnel->{'wins_server'} %>
% }
noccp
auth
crtscts
idle 1800
mtu 1410
mru 1410
nodefaultroute
debug
lock
proxyarp
connect-delay 5000
% if ($group) {
Expand Down

0 comments on commit 816b47a

Please sign in to comment.