Add default_principal_flags to example kdc.conf

This commit is contained in:
Robbie Harwood 2019-11-08 20:45:40 +00:00
parent 9ce53b906d
commit cbf35c8b1f
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,7 @@ EXAMPLE.COM = {
#master_key_type = aes256-cts
acl_file = /var/kerberos/krb5kdc/kadm5.acl
dict_file = /usr/share/dict/words
default_principal_flags = +preauth
admin_keytab = /var/kerberos/krb5kdc/kadm5.keytab
supported_enctypes = aes256-cts:normal aes128-cts:normal arcfour-hmac:normal camellia256-cts:normal camellia128-cts:normal
}

View File

@ -18,7 +18,7 @@ Summary: The Kerberos network authentication system
Name: krb5
Version: 1.17
# for prerelease, should be e.g., 0.% {prerelease}.1% { ?dist } (without spaces)
Release: 46%{?dist}
Release: 47%{?dist}
# lookaside-cached sources; two downloads and a build artifact
Source0: https://web.mit.edu/kerberos/dist/krb5/1.17/krb5-%{version}%{prerelease}.tar.gz
@ -731,6 +731,9 @@ exit 0
%{_libdir}/libkadm5srv_mit.so.*
%changelog
* Fri Nov 08 2019 Robbie Harwood <rharwood@redhat.com> - 1.17-47
- Add default_principal_flags to example kdc.conf
* Wed Oct 02 2019 Robbie Harwood <rharwood@redhat.com> - 1.17-46
- Log unknown enctypes as unsupported in KDC