mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 22:12:14 +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
|
```ini
|
||||||
[libdefaults]
|
[libdefaults]
|
||||||
|
default_realm = KUROKOBO.INTERNAL
|
||||||
dns_lookup_realm = false
|
dns_lookup_realm = false
|
||||||
dns_lookup_kdc = false
|
dns_lookup_kdc = false
|
||||||
rdns = false
|
rdns = false
|
||||||
default_realm = KUROKOBO.INTERNAL
|
|
||||||
|
|
||||||
[realms]
|
[realms]
|
||||||
KUROKOBO.INTERNAL = {
|
KUROKOBO.INTERNAL = {
|
||||||
|
|
@ -180,6 +180,7 @@ apiVersion: v1
|
||||||
data:
|
data:
|
||||||
krb5.conf: |-
|
krb5.conf: |-
|
||||||
[libdefaults]
|
[libdefaults]
|
||||||
|
default_realm = KUROKOBO.INTERNAL
|
||||||
dns_lookup_realm = false
|
dns_lookup_realm = false
|
||||||
dns_lookup_kdc = false
|
dns_lookup_kdc = false
|
||||||
rdns = false
|
rdns = false
|
||||||
|
|
@ -368,6 +369,7 @@ If your Container Group and ConfigMap are configured correctly, you can get your
|
||||||
```bash
|
```bash
|
||||||
bash-5.1$ cat /etc/krb5.conf
|
bash-5.1$ cat /etc/krb5.conf
|
||||||
[libdefaults]
|
[libdefaults]
|
||||||
|
default_realm = KUROKOBO.INTERNAL
|
||||||
dns_lookup_realm = false
|
dns_lookup_realm = false
|
||||||
dns_lookup_kdc = false
|
dns_lookup_kdc = false
|
||||||
rdns = false
|
rdns = false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue