Add Containers/Helm Charts/AWX Operator/krb5_configmap.txt
This commit is contained in:
25
Containers/Helm Charts/AWX Operator/krb5_configmap.txt
Normal file
25
Containers/Helm Charts/AWX Operator/krb5_configmap.txt
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
krb5.conf
|
||||||
|
|
||||||
|
--------------------------------------------
|
||||||
|
|
||||||
|
[libdefaults]
|
||||||
|
default_realm = MOONGATE.LOCAL
|
||||||
|
dns_lookup_realm = true
|
||||||
|
dns_lookup_kdc = true
|
||||||
|
ticket_lifetime = 24h
|
||||||
|
renew_lifetime = 7d
|
||||||
|
forwardable = true
|
||||||
|
default_ccache_name = KEYRING:persistent:%{uid}
|
||||||
|
|
||||||
|
[realms]
|
||||||
|
MOONGATE.LOCAL = {
|
||||||
|
kdc = NEXUS-DC-01.MOONGATE.LOCAL
|
||||||
|
admin_server = NEXUS-DC-01.MOONGATE.LOCAL
|
||||||
|
}
|
||||||
|
|
||||||
|
[domain_realm]
|
||||||
|
.moongate.local = MOONGATE.LOCAL
|
||||||
|
moongate.local = MOONGATE.LOCAL
|
||||||
|
|
||||||
|
--------------------------------------------
|
||||||
|
|
Reference in New Issue
Block a user