diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-06-17 07:37:55 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-06-17 07:37:55 -0400 |
commit | 674d54cd395f6a4bb53662089f48f618831f6502 (patch) | |
tree | 1714f2cf9bfdfda4ca8e37c58d3aebdd0d4e5907 /scripts/os | |
parent | 2578ad0d4e87d19f15b3a0aeadf28a329873518f (diff) | |
download | infrastructure-674d54cd395f6a4bb53662089f48f618831f6502.tar.gz |
updates for freebsd 14.3
Diffstat (limited to 'scripts/os')
-rw-r--r-- | scripts/os/freebsd/50-idm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/os/freebsd/50-idm b/scripts/os/freebsd/50-idm index 8c8cac3..828e18f 100644 --- a/scripts/os/freebsd/50-idm +++ b/scripts/os/freebsd/50-idm @@ -12,12 +12,13 @@ pkg install -y \ cyrus-sasl-gssapi \ nss-pam-ldapd-sasl \ openldap26-client \ - pam_krb5-mit \ perl5 \ p5-perl-ldap \ p5-Authen-SASL \ pam_mkhomedir +pkg install -y pam_krb5-mit || pkg install -y pam_krb5 + # Script to create /usr/local/home/${USER} on login. install_file -m 0555 /usr/local/libexec/pam-create-local-homedir |