/[adm]/puppet/deployment/access_classes/manifests/init.pp
ViewVC logotype

Diff of /puppet/deployment/access_classes/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 784 by misc, Thu Jan 13 18:59:25 2011 UTC revision 786 by misc, Thu Jan 13 19:41:25 2011 UTC
# Line 18  class access_class { Line 18  class access_class {
18      # user, and erase the password ( see pam_auth.c in openssh code, seek badpw )      # user, and erase the password ( see pam_auth.c in openssh code, seek badpw )
19      # so the file must exist      # so the file must exist
20      # permission to use svn, git, etc must be added separatly      # permission to use svn, git, etc must be added separatly
       
     include restrictshell::shell  
21    
22      pam::multiple_ldap_access { "committers":      pam::multiple_ldap_access { "committers":
23          access_classes => ['mga-committers']          access_classes => ['mga-committers']
24            restricted_shell => true,
25      }      }
26    }    }
27    

Legend:
Removed from v.784  
changed lines
  Added in v.786

  ViewVC Help
Powered by ViewVC 1.1.30