diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-13 19:41:25 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-13 19:41:25 +0000 |
commit | 9a9cbf14b979c407ed2f405f768a5da0a78dbf9d (patch) | |
tree | dde8d9fdad765558f432ea319021055092802dd0 | |
parent | 208309ae35c69cf7a83d1f2f67c5fe288c03657a (diff) | |
download | puppet-9a9cbf14b979c407ed2f405f768a5da0a78dbf9d.tar puppet-9a9cbf14b979c407ed2f405f768a5da0a78dbf9d.tar.gz puppet-9a9cbf14b979c407ed2f405f768a5da0a78dbf9d.tar.bz2 puppet-9a9cbf14b979c407ed2f405f768a5da0a78dbf9d.tar.xz puppet-9a9cbf14b979c407ed2f405f768a5da0a78dbf9d.zip |
adapt the access_class to the new way of restricting shell
-rw-r--r-- | deployment/access_class/manifests/init.pp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deployment/access_class/manifests/init.pp b/deployment/access_class/manifests/init.pp index c0063783..e54becff 100644 --- a/deployment/access_class/manifests/init.pp +++ b/deployment/access_class/manifests/init.pp @@ -18,11 +18,10 @@ class access_class { # user, and erase the password ( see pam_auth.c in openssh code, seek badpw ) # so the file must exist # permission to use svn, git, etc must be added separatly - - include restrictshell::shell pam::multiple_ldap_access { "committers": access_classes => ['mga-committers'] + restricted_shell => true, } } |