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