[29221] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Set kdc_tcp_ports in kadmin test configuration

daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Dec 23 12:31:29 2015

Date: Wed, 23 Dec 2015 12:31:25 -0500
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201512231731.tBNHVPGX015908@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/50ffad3016dd5484656fbb93ad84f849bced2207
commit 50ffad3016dd5484656fbb93ad84f849bced2207
Author: Sarah Day <sarahday@mit.edu>
Date:   Tue Dec 22 16:33:24 2015 -0500

    Set kdc_tcp_ports in kadmin test configuration
    
    The kadmin tests were starting the KDC without setting the TCP port
    number.  After commit 8d88e2ab00be126237569dc72827ced2ce6b7d04, the
    TCP port defaults to 88, causing the socket to fail setup if the test
    is not run as root.
    
    [ghudson@mit.edu: edited commit message]

 src/kadmin/testing/proto/kdc.conf.proto |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/kadmin/testing/proto/kdc.conf.proto b/src/kadmin/testing/proto/kdc.conf.proto
index 943270d..95a40fc 100644
--- a/src/kadmin/testing/proto/kdc.conf.proto
+++ b/src/kadmin/testing/proto/kdc.conf.proto
@@ -1,5 +1,6 @@
 [kdcdefaults]
 	kdc_ports = 1750 
+	kdc_tcp_ports = 1750
 
 [realms]
 	__REALM__ = {
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post