KdcConfig config = KdcConfig.getDefaultConfig();
config.setUseUdp( false );
config.setKdcPort( kdcServer.getTcpPort() );
config.setEncryptionTypes( kdcServer.getConfig().getEncryptionTypes() );
config.setTimeout( Integer.MAX_VALUE );
conn = new KdcConnection( config );
}
}