diff options
Diffstat (limited to 'scripts/hostclass/roadwarrior_laptop/30-roadwarrior')
-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 |