From: Sarah Day Date: Tue, 22 Dec 2015 21:33:24 +0000 (-0500) Subject: Set kdc_tcp_ports in kadmin test configuration X-Git-Tag: krb5-1.15-beta1~310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50ffad3016dd5484656fbb93ad84f849bced2207;p=thirdparty%2Fkrb5.git 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] --- diff --git a/src/kadmin/testing/proto/kdc.conf.proto b/src/kadmin/testing/proto/kdc.conf.proto index 943270d98f..95a40fc8ac 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__ = {