diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-10-20 10:44:56 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-10-20 10:44:56 +0300 |
commit | ff231d85dcb90e13f7f3086208314c68d61cea53 (patch) | |
tree | 211b51fd15fa6986bfbda090922d7252b93f7c92 /modules | |
parent | d87b8a877740c44654fa175c13346b87831eaee4 (diff) | |
download | puppet-ff231d85dcb90e13f7f3086208314c68d61cea53.tar puppet-ff231d85dcb90e13f7f3086208314c68d61cea53.tar.gz puppet-ff231d85dcb90e13f7f3086208314c68d61cea53.tar.bz2 puppet-ff231d85dcb90e13f7f3086208314c68d61cea53.tar.xz puppet-ff231d85dcb90e13f7f3086208314c68d61cea53.zip |
lint fixes for pam
Diffstat (limited to 'modules')
-rw-r--r-- | modules/pam/templates/ldap.conf | 1 | ||||
-rw-r--r-- | modules/pam/templates/nsswitch.conf | 1 | ||||
-rw-r--r-- | modules/pam/templates/openldap.ldap.conf | 1 | ||||
-rw-r--r-- | modules/pam/templates/system-auth | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/modules/pam/templates/ldap.conf b/modules/pam/templates/ldap.conf index 5e550661..235a6aac 100644 --- a/modules/pam/templates/ldap.conf +++ b/modules/pam/templates/ldap.conf @@ -22,4 +22,3 @@ if restricted_shell # for restricted access nss_override_attribute_value loginShell /usr/local/bin/sv_membersh.pl <% end %> - diff --git a/modules/pam/templates/nsswitch.conf b/modules/pam/templates/nsswitch.conf index fdd32996..bfd042c1 100644 --- a/modules/pam/templates/nsswitch.conf +++ b/modules/pam/templates/nsswitch.conf @@ -13,4 +13,3 @@ netgroup: files ldap publickey: files automount: files aliases: files - diff --git a/modules/pam/templates/openldap.ldap.conf b/modules/pam/templates/openldap.ldap.conf index 812538be..7461d160 100644 --- a/modules/pam/templates/openldap.ldap.conf +++ b/modules/pam/templates/openldap.ldap.conf @@ -23,4 +23,3 @@ TLS_REQCERT allow # If requiring support for certificates signed by all CAs (noting risks # pam_ldap if doing DNS-based suffix lookup etc. #TLS_CACERTDIR /etc/pki/tls/rootcerts - diff --git a/modules/pam/templates/system-auth b/modules/pam/templates/system-auth index de985687..4afe24a5 100644 --- a/modules/pam/templates/system-auth +++ b/modules/pam/templates/system-auth @@ -33,4 +33,3 @@ session optional pam_mkhomedir.so session required pam_limits.so session required pam_unix.so session optional pam_ldap.so - |