From 331a9df349e7de9845311387da39592b952aa5e1 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Tue, 26 May 2020 21:47:51 +0000 Subject: [PATCH] dns_canonicalize_hostname = fallback --- krb5.conf | 1 + krb5.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/krb5.conf b/krb5.conf index c45f388..4f0d898 100644 --- a/krb5.conf +++ b/krb5.conf @@ -15,6 +15,7 @@ includedir /etc/krb5.conf.d/ rdns = false pkinit_anchors = FILE:/etc/pki/tls/certs/ca-bundle.crt spake_preauth_groups = edwards25519 + dns_canonicalize_hostname = fallback # default_realm = EXAMPLE.COM [realms] diff --git a/krb5.spec b/krb5.spec index 4aef2f9..ccd17ed 100644 --- a/krb5.spec +++ b/krb5.spec @@ -18,7 +18,7 @@ Summary: The Kerberos network authentication system Name: krb5 Version: 1.18.2 # for prerelease, should be e.g., 0.% {prerelease}.1% { ?dist } (without spaces) -Release: 2%{?dist} +Release: 3%{?dist} # rharwood has trust path to signing key and verifies on check-in Source0: https://web.mit.edu/kerberos/dist/krb5/1.18/krb5-%{version}%{prerelease}.tar.gz @@ -632,6 +632,9 @@ exit 0 %{_libdir}/libkadm5srv_mit.so.* %changelog +* Tue May 26 2020 Robbie Harwood - 1.18.2-3 +- dns_canonicalize_hostname = fallback + * Tue May 26 2020 Robbie Harwood - 1.18.2-2 - Pass channel bindings through SPNEGO