From 9a9cbf14b979c407ed2f405f768a5da0a78dbf9d Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 13 Jan 2011 19:41:25 +0000 Subject: adapt the access_class to the new way of restricting shell --- deployment/access_class/manifests/init.pp | 3 +-- 1 file changed, 1 insertion(+), 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, } } -- cgit v1.2.1