diff --git a/scripts/krb5.conf b/scripts/krb5.conf new file mode 100644 index 0000000..9eaaa11 --- /dev/null +++ b/scripts/krb5.conf @@ -0,0 +1,35 @@ +# To opt out of the system crypto-policies configuration of krb5, remove the +# symlink at /etc/krb5.conf.d/crypto-policies which will not be recreated. +# includedir /etc/krb5.conf.d/ + +[logging] + default = FILE:/var/log/krb5libs.log + kdc = FILE:/var/log/krb5kdc.log + admin_server = FILE:/var/log/kadmind.log + +[libdefaults] + dns_lookup_realm = false + dns_lookup_kdc = true + ticket_lifetime = 24h + renew_lifetime = 7d + forwardable = true + rdns = false + pkinit_anchors = FILE:/etc/pki/tls/certs/ca-bundle.crt + spake_preauth_groups = edwards25519 +# dns_canonicalize_hostname = fallback + qualify_shortname = "" + default_realm = DOUBLEDOUBLEU.COM +# default_ccache_name = KEYRING:persistent:%{uid} + +[realms] +DOUBLEDOUBLEU.COM = { + kdc = creativity.doubledoubleu.com + kdc = intuition.doubledoubleu.com + admin_server = creativity.doubledoubleu.com + master_kdc = creativity.doubledoubleu.com + default_domain = doubledoubleu.com +} + +[domain_realm] +.doubledoubleu.com = DOUBLEDOUBLEU.COM +doubledoubleu.com = DOUBLEDOUBLEU.COM diff --git a/scripts/openfiles_path.sh b/scripts/openfiles_path.sh new file mode 100644 index 0000000..35e3e32 --- /dev/null +++ b/scripts/openfiles_path.sh @@ -0,0 +1 @@ +PATH="${PATH}:/usr/bin/openfiles" diff --git a/scripts/resolv.conf b/scripts/resolv.conf new file mode 100644 index 0000000..2f18379 --- /dev/null +++ b/scripts/resolv.conf @@ -0,0 +1,4 @@ +search doubledoubleu.com +nameserver 192.168.122.127 +nameserver 192.168.122.252 +nameserver 192.168.122.1