/[smecontribs]/rpms/smeserver-libreswan/contribs10/smeserver-libreswan-fix-rsa-id.patch
ViewVC logotype

Contents of /rpms/smeserver-libreswan/contribs10/smeserver-libreswan-fix-rsa-id.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Feb 22 16:03:31 2021 UTC (3 years, 2 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-libreswan-0_5-36_el7_sme, smeserver-libreswan-0_5-35_el7_sme, HEAD
Initial import

1 diff -ruN smeserver-libreswan-0.5.old/root/etc/e-smith/templates/etc/ipsec.d/ipsec.secrets/10Passwords smeserver-libreswan-0.5/root/etc/e-smith/templates/etc/ipsec.d/ipsec.secrets/10Passwords
2 --- smeserver-libreswan-0.5.old/root/etc/e-smith/templates/etc/ipsec.d/ipsec.secrets/10Passwords 2016-02-17 14:19:42.000000000 +0100
3 +++ smeserver-libreswan-0.5/root/etc/e-smith/templates/etc/ipsec.d/ipsec.secrets/10Passwords 2016-04-04 18:33:45.527999651 +0200
4 @@ -79,6 +79,11 @@
5 $OUT .= "\@$rightid \@$leftid \: PSK \"$passwd\"";
6 }
7 }
8 +
9 + elsif (( $leftid ne '' ) && ( $rightid ne '' )) {
10 + $OUT .= "\@$rightid \@$leftid \: PSK \"$passwd\"";
11 + }
12 +
13 else {
14 $OUT .= "$left $right \: PSK \"$passwd\"";
15 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed