From fbe8865459719b770bf335052abd6be179a0f431 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 26 Jul 2007 18:36:57 +0000 Subject: [PATCH] - kdc.conf: default to listening for TCP clients, too (#248415) --- kdc.conf | 2 ++ krb5.spec | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/kdc.conf b/kdc.conf index 516312c..3ce8d3d 100644 --- a/kdc.conf +++ b/kdc.conf @@ -1,5 +1,7 @@ [kdcdefaults] v4_mode = nopreauth + kdc_ports = 88,750 + kdc_tcp_ports = 88 [realms] EXAMPLE.COM = { diff --git a/krb5.spec b/krb5.spec index 50a1f6a..08fef5d 100644 --- a/krb5.spec +++ b/krb5.spec @@ -14,7 +14,7 @@ Summary: The Kerberos network authentication system. Name: krb5 Version: 1.6.2 -Release: 1%{?dist} +Release: 2%{?dist} # Maybe we should explode from the now-available-to-everybody tarball instead? # http://web.mit.edu/kerberos/dist/krb5/1.6/krb5-1.6.2-signed.tar Source0: krb5-%{version}.tar.gz @@ -202,7 +202,10 @@ installed on systems which are meant provide these services. %endif %changelog -* Thu Jul 17 2007 Nalin Dahyabhai 1.6.2-1 +* Thu Jul 26 2007 Nalin Dahyabhai 1.6.2-2 +- kdc.conf: default to listening for TCP clients, too (#248415) + +* Thu Jul 19 2007 Nalin Dahyabhai 1.6.2-1 - update to 1.6.2 - add "buildrequires: texinfo-tex" to get texi2pdf