From d477b3853e835baf0ba3404650d76932d1b51b03 Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Wed, 10 Jan 2024 00:14:31 +0900 Subject: [PATCH] chore: add default_realm to example logs --- tips/use-kerberos.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tips/use-kerberos.md b/tips/use-kerberos.md index 3aab1c7..f3fc05d 100644 --- a/tips/use-kerberos.md +++ b/tips/use-kerberos.md @@ -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