Skip to content

Commit 6f88f05

Browse files
committed
T7635: OpenConnect Certificate Authentication - Fix ocserv jinja template
1 parent 20d2536 commit 6f88f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/templates/ocserv/ocserv_config.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ auth = "plain[otp=/run/ocserv/users.oath]"
3131
auth = "plain[/run/ocserv/ocpasswd]"
3232
{% endif %}
3333
{% elif "cert" in authentication.mode %}
34-
auth = certificate
34+
auth = "certificate"
3535
cert-user-oid = {{ authentication.mode.cert }}
3636
{% else %}
3737
auth = "plain[/run/ocserv/ocpasswd]"

0 commit comments

Comments
 (0)