mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
chore: add default_realm to example logs
This commit is contained in:
parent
af38ca8b35
commit
d477b3853e
1 changed files with 3 additions and 1 deletions
|
|
@ -144,10 +144,10 @@ This is my example. Note that some domain names under `[realms]` and `[domain_re
|
|||
|
||||
```ini
|
||||
[libdefaults]
|
||||
default_realm = KUROKOBO.INTERNAL
|
||||
dns_lookup_realm = false
|
||||
dns_lookup_kdc = false
|
||||
rdns = false
|
||||
default_realm = KUROKOBO.INTERNAL
|
||||
|
||||
[realms]
|
||||
KUROKOBO.INTERNAL = {
|
||||
|
|
@ -180,6 +180,7 @@ apiVersion: v1
|
|||
data:
|
||||
krb5.conf: |-
|
||||
[libdefaults]
|
||||
default_realm = KUROKOBO.INTERNAL
|
||||
dns_lookup_realm = false
|
||||
dns_lookup_kdc = false
|
||||
rdns = false
|
||||
|
|
@ -368,6 +369,7 @@ If your Container Group and ConfigMap are configured correctly, you can get your
|
|||
```bash
|
||||
bash-5.1$ cat /etc/krb5.conf
|
||||
[libdefaults]
|
||||
default_realm = KUROKOBO.INTERNAL
|
||||
dns_lookup_realm = false
|
||||
dns_lookup_kdc = false
|
||||
rdns = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue