-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
PATH="${PATH}:/usr/bin/openfiles" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |