aboutsummaryrefslogtreecommitdiffstats
path: root/modules/pam/manifests/multiple_ldap_access.pp
blob: d287dfb783fdef7e357c71ed82286f505e00d8c2 (plain)
1
2
3
4
5
6
class pam::multiple_ldap_access($access_classes, $restricted_shell = false) {
    if $restricted_shell {
        include restrictshell
    }
    include pam::base
}