Skip to content

Commit

Permalink
Merge branch '5.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
connectedway committed May 12, 2024
2 parents dd1c5b5 + 4722a6e commit 956b259
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
35 changes: 35 additions & 0 deletions scripts/krb5.conf
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions scripts/openfiles_path.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PATH="${PATH}:/usr/bin/openfiles"
4 changes: 4 additions & 0 deletions scripts/resolv.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
search doubledoubleu.com
nameserver 192.168.122.127
nameserver 192.168.122.252
nameserver 192.168.122.1

0 comments on commit 956b259

Please sign in to comment.