mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2026-03-22 11:07:08 +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
|
```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
|
||||||
|
|
@ -179,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
|
||||||
|
|
@ -367,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