mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
Merge pull request #290 from CaptainStealthy/patch-1
Add default realm to example krb5.conf
This commit is contained in:
commit
a323dc75ff
1 changed files with 3 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ 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
|
||||
|
|
@ -179,6 +180,7 @@ apiVersion: v1
|
|||
data:
|
||||
krb5.conf: |-
|
||||
[libdefaults]
|
||||
default_realm = KUROKOBO.INTERNAL
|
||||
dns_lookup_realm = false
|
||||
dns_lookup_kdc = false
|
||||
rdns = false
|
||||
|
|
@ -367,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