diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-12-08 01:46:33 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-12-08 01:46:33 -0500 |
commit | 4655d1f53d07f3d1a07b2022913c0fd370faebd6 (patch) | |
tree | ea28af5ba59598955d90334fbc26d0c6cd09bd61 /scripts/hostclass | |
parent | 32ca545175683af6c6468f0ce762c28af32d820c (diff) | |
download | infrastructure-4655d1f53d07f3d1a07b2022913c0fd370faebd6.tar.gz |
laptop fixes
Diffstat (limited to 'scripts/hostclass')
-rw-r--r-- | scripts/hostclass/roadwarrior_laptop/30-roadwarrior | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/hostclass/roadwarrior_laptop/30-roadwarrior b/scripts/hostclass/roadwarrior_laptop/30-roadwarrior index cf3219d..6f3ea30 100644 --- a/scripts/hostclass/roadwarrior_laptop/30-roadwarrior +++ b/scripts/hostclass/roadwarrior_laptop/30-roadwarrior @@ -13,8 +13,13 @@ service devd restart pkg install -y \ krb5 \ cyrus-sasl-gssapi \ - openldap26-client + openldap26-client \ + perl5 \ + p5-perl-ldap \ + p5-Authen-SASL install_template -m 0644 \ /etc/krb5.conf \ /usr/local/etc/openldap/ldap.conf + +install_file -m 0555 /usr/local/libexec/idm-ssh-known-hosts |