Added kerberos authentication support to Ubuntu.
This commit is contained in:
parent
2e4349633f
commit
bf8c9d9e62
1 changed files with 5 additions and 0 deletions
|
@ -91,6 +91,11 @@ class kerberos::auth {
|
||||||
require => Package["authconfig", "pam_krb5"],
|
require => Package["authconfig", "pam_krb5"],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
"ubuntu": {
|
||||||
|
package { "libpam-krb5":
|
||||||
|
ensure => installed,
|
||||||
|
}
|
||||||
|
}
|
||||||
default: {
|
default: {
|
||||||
fail("kerberos::auth not supported on ${::operatingsystem}")
|
fail("kerberos::auth not supported on ${::operatingsystem}")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue