Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pambase:master commit in: templates/
Date: Tue, 04 Aug 2020 13:36:16
Message-Id: 1596548141.acd1f9046c8d79ba5e232043131f6c9842d357e7.zlogene@gentoo
1 commit: acd1f9046c8d79ba5e232043131f6c9842d357e7
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 4 13:35:41 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 4 13:35:41 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/pambase.git/commit/?id=acd1f904
7
8 fix pam_ssh formatting
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 templates/system-auth.tpl | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/templates/system-auth.tpl b/templates/system-auth.tpl
16 index 13f5c0d..e8a6d91 100644
17 --- a/templates/system-auth.tpl
18 +++ b/templates/system-auth.tpl
19 @@ -35,7 +35,7 @@ password [success=1 default=ignore] pam_krb5.so {{ krb5_params }}
20 password required pam_unix.so try_first_pass {{ unix_authtok|default('', true) }} {{ nullok|default('', true) }} {{ unix_extended_encryption|default('', true) }} {{ debug|default('', true) }}
21 password optional pam_permit.so
22
23 -{%- if pam_ssh -%}
24 +{%- if pam_ssh %}
25 session optional pam_ssh.so
26 {% endif -%}