krb5 commit: Set kdc_tcp_ports in kadmin test configuration

Greg Hudson ghudson at mit.edu
Wed Dec 23 12:31:25 EST 2015


https://github.com/krb5/krb5/commit/50ffad3016dd5484656fbb93ad84f849bced2207
commit 50ffad3016dd5484656fbb93ad84f849bced2207
Author: Sarah Day <sarahday at 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 at 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__ = {


More information about the cvs-krb5 mailing list