Set qualify_shortname empty in default configuration
Resolves: #1852041
This commit is contained in:
parent
80e06352b8
commit
f15271f04d
@ -16,6 +16,7 @@ includedir /etc/krb5.conf.d/
|
|||||||
pkinit_anchors = FILE:/etc/pki/tls/certs/ca-bundle.crt
|
pkinit_anchors = FILE:/etc/pki/tls/certs/ca-bundle.crt
|
||||||
spake_preauth_groups = edwards25519
|
spake_preauth_groups = edwards25519
|
||||||
dns_canonicalize_hostname = fallback
|
dns_canonicalize_hostname = fallback
|
||||||
|
qualify_shortname = ""
|
||||||
# default_realm = EXAMPLE.COM
|
# default_realm = EXAMPLE.COM
|
||||||
|
|
||||||
[realms]
|
[realms]
|
||||||
|
@ -18,7 +18,7 @@ Summary: The Kerberos network authentication system
|
|||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.18.2
|
Version: 1.18.2
|
||||||
# for prerelease, should be e.g., 0.% {prerelease}.1% { ?dist } (without spaces)
|
# for prerelease, should be e.g., 0.% {prerelease}.1% { ?dist } (without spaces)
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
|
|
||||||
# rharwood has trust path to signing key and verifies on check-in
|
# 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
|
Source0: https://web.mit.edu/kerberos/dist/krb5/1.18/krb5-%{version}%{prerelease}.tar.gz
|
||||||
@ -622,6 +622,10 @@ exit 0
|
|||||||
%{_libdir}/libkadm5srv_mit.so.*
|
%{_libdir}/libkadm5srv_mit.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 08 2020 Robbie Harwood <rharwood@redhat.com> - 1.18.2-10
|
||||||
|
- Set qualify_shortname empty in default configuration
|
||||||
|
- Resolves: #1852041
|
||||||
|
|
||||||
* Mon Jun 15 2020 Robbie Harwood <rharwood@redhat.com> - 1.18.2-9
|
* Mon Jun 15 2020 Robbie Harwood <rharwood@redhat.com> - 1.18.2-9
|
||||||
- Use two queues for concurrent t_otp.py daemons
|
- Use two queues for concurrent t_otp.py daemons
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user