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!
This commit is contained in:
CaptainStealthy 2024-01-05 14:07:44 -07:00 committed by GitHub
parent 025f5616b1
commit af38ca8b35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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