We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ca7771 + c3a7fdc commit 4a5fbf5Copy full SHA for 4a5fbf5
data/templates/ipsec/ios_profile.j2
@@ -55,7 +55,7 @@
55
<!-- The server is authenticated using a certificate -->
56
<key>AuthenticationMethod</key>
57
<string>Certificate</string>
58
-{% if authentication.client_mode.startswith("eap") %}
+{% if authentication.client_mode is vyos_defined and authentication.client_mode.startswith("eap") %}
59
<!-- The client uses EAP to authenticate -->
60
<key>ExtendedAuthEnabled</key>
61
<integer>1</integer>
0 commit comments