From af38ca8b357eb7dba6e647a6facba39ff2b84f3d Mon Sep 17 00:00:00 2001 From: CaptainStealthy <48744965+CaptainStealthy@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:07:44 -0700 Subject: [PATCH] Add default realm to example krb5.conf This example caused the test playbook to fail with an error saying that the Kerberos config did not specify a default realm. Once I added that extra line to the configmap, it worked great. Just thought I would contribute that back as a PR for anyone else that finds this in the future. Thanks! --- tips/use-kerberos.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tips/use-kerberos.md b/tips/use-kerberos.md index 27b511b..3aab1c7 100644 --- a/tips/use-kerberos.md +++ b/tips/use-kerberos.md @@ -147,6 +147,7 @@ This is my example. Note that some domain names under `[realms]` and `[domain_re dns_lookup_realm = false dns_lookup_kdc = false rdns = false + default_realm = KUROKOBO.INTERNAL [realms] KUROKOBO.INTERNAL = {