From 375bdff8f4b72efcdb7e931b854388f12ad9f062 Mon Sep 17 00:00:00 2001 From: Fintan MacMahon Date: Mon, 5 Oct 2015 12:09:27 +0100 Subject: [PATCH] Stopped managing common-session. --- pam/ldap.sls | 5 ----- pillar.example | 1 - 2 files changed, 6 deletions(-) diff --git a/pam/ldap.sls b/pam/ldap.sls index 225b07b..82a4172 100644 --- a/pam/ldap.sls +++ b/pam/ldap.sls @@ -39,8 +39,3 @@ ldap_conf: - tls_cacertfile {{ salt['pillar.get']('pam:ldap:tls_cacertfile', '') }} - tls_cacertdir {{ salt['pillar.get']('pam:ldap:tls_cacertdir', '') }} {% endif %} - -/etc/pam.d/common-session: - file.append: - - text: - - session required pam_mkhomedir.so skel=/etc/skel umask=0022 diff --git a/pillar.example b/pillar.example index 07f3e2e..2561777 100644 --- a/pillar.example +++ b/pillar.example @@ -16,4 +16,3 @@ pam: tls_checkpeer: 'yes' tls_cacertfile: /etc/ssl/ca.cert tls_cacertdir: /etc/ssl/certs -