diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-09-24 22:35:45 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-09-24 22:35:45 -0400 |
commit | 6e00c9e8137aae1fb8dd568a62d9fb5fc4a277cb (patch) | |
tree | 9279f7a330affbb5da6a1f147739b8dfd92d4a19 /vars/os | |
parent | d9c18b3fcb9b036b6cdf69397828b59ab4c53091 (diff) | |
download | infrastructure-6e00c9e8137aae1fb8dd568a62d9fb5fc4a277cb.tar.gz |
finish up idm_server hostclass
Diffstat (limited to 'vars/os')
-rw-r--r-- | vars/os/freebsd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vars/os/freebsd b/vars/os/freebsd index 17e7edb..9f5f068 100644 --- a/vars/os/freebsd +++ b/vars/os/freebsd @@ -6,12 +6,14 @@ cx_lowest=Cmax enable_pf=true install_packages='sudo tmux vim' intel_epp=50 +see_other_uids=0 export ASSUME_ALWAYS_YES=yes acme_standalone_port=9080 acme_uid=169 keytab_dir=/var/db/keytabs nfscbd_port=7745 +nslcd_user=nslcd python_version=311 saslauthd_runtime_dir=/var/run/saslauthd saslauthd_user=cyrus |