diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-12-07 09:46:11 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-12-07 09:46:11 -0500 |
commit | 3bf88b434d231231bbbcb9a9d34eae91778016cf (patch) | |
tree | 903af25abd49155841decab469876ee19b2e53fa /scripts/hostclass/roadwarrior_laptop/30-roadwarrior | |
parent | 3d89a01c4b1cf1aa1815e8c46d5d6b74b0f9f374 (diff) | |
download | infrastructure-3bf88b434d231231bbbcb9a9d34eae91778016cf.tar.gz |
fixes for laptops
Diffstat (limited to 'scripts/hostclass/roadwarrior_laptop/30-roadwarrior')
-rw-r--r-- | scripts/hostclass/roadwarrior_laptop/30-roadwarrior | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/hostclass/roadwarrior_laptop/30-roadwarrior b/scripts/hostclass/roadwarrior_laptop/30-roadwarrior index f75685a..cf3219d 100644 --- a/scripts/hostclass/roadwarrior_laptop/30-roadwarrior +++ b/scripts/hostclass/roadwarrior_laptop/30-roadwarrior @@ -8,3 +8,13 @@ install_file -m 0600 \ # Configure devd for Android USB tethering. install_file -m 0644 /etc/devd/usb-tether.conf service devd restart + +# Configure KRB5/LDAP. But only for manual use, not for NSS/PAM. +pkg install -y \ + krb5 \ + cyrus-sasl-gssapi \ + openldap26-client + +install_template -m 0644 \ + /etc/krb5.conf \ + /usr/local/etc/openldap/ldap.conf |