summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2010-04-08 21:27:15 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2010-04-08 21:27:15 +0000
commit6b3df7877143de8ac446ceb16a828b0c400c3016 (patch)
tree2b024a7dcb0213e81c33a055397d6de832481074
parent8d606a93f55c6e3a1cd97a7da70b999cbab730c1 (diff)
downloadkrb5-6b3df7877143de8ac446ceb16a828b0c400c3016.tar.gz
krb5-6b3df7877143de8ac446ceb16a828b0c400c3016.tar.xz
krb5-6b3df7877143de8ac446ceb16a828b0c400c3016.zip
- kdc.conf: no more need to suggest a v4 mode, or listening on the v4 port
-rw-r--r--kdc.conf3
-rw-r--r--krb5.spec3
2 files changed, 4 insertions, 2 deletions
diff --git a/kdc.conf b/kdc.conf
index 33383cb..a4f5901 100644
--- a/kdc.conf
+++ b/kdc.conf
@@ -1,6 +1,5 @@
[kdcdefaults]
- v4_mode = nopreauth
- kdc_ports = 88,750
+ kdc_ports = 88
kdc_tcp_ports = 88
[realms]
diff --git a/krb5.spec b/krb5.spec
index 9507375..5f8a115 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -623,6 +623,9 @@ exit 0
%changelog
* Thu Apr 8 2010 Nalin Dahyabhai <nalin@redhat.com>
+- kdc.conf: no more need to suggest a v4 mode, or listening on the v4 port
+
+* Thu Apr 8 2010 Nalin Dahyabhai <nalin@redhat.com>
- drop patch to suppress key expiration warnings sent from the KDC in
the last-req field, as the KDC is expected to just be configured to either
send them or not as a particular key approaches expiration (#556495)