aboutsummaryrefslogtreecommitdiffstats
path: root/modules/pam/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam/manifests/init.pp')
-rw-r--r--modules/pam/manifests/init.pp31
1 files changed, 1 insertions, 30 deletions
diff --git a/modules/pam/manifests/init.pp b/modules/pam/manifests/init.pp
index 8d25d056..180ad852 100644
--- a/modules/pam/manifests/init.pp
+++ b/modules/pam/manifests/init.pp
@@ -1,30 +1 @@
-class pam {
- class base {
- package { ["pam_ldap","nss_ldap","nscd"]: }
-
- service { nscd:
- require => Package['nscd'],
- }
-
- file {
- "/etc/pam.d/system-auth": content => template("pam/system-auth");
- "/etc/nsswitch.conf": content => template("pam/nsswitch.conf");
- "/etc/ldap.conf": content => template("pam/ldap.conf");
- "/etc/openldap/ldap.conf": content => template("pam/openldap.ldap.conf");
- }
-
- $ldap_password = extlookup("${fqdn}_ldap_password",'x')
- file { "ldap.secret":
- path => "/etc/ldap.secret",
- mode => 600,
- content => $ldap_password
- }
- }
-
- define multiple_ldap_access($access_classes,$restricted_shell = false) {
- if $restricted_shell {
- include restrictshell
- }
- include base
- }
-}
+class pam { }