Merge pull request #290 from CaptainStealthy/patch-1

Add default realm to example krb5.conf
This commit is contained in:
kurokobo 2024-01-10 00:15:44 +09:00 committed by GitHub
commit a323dc75ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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