You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Kai Zheng (JIRA)" <ji...@apache.org> on 2015/07/02 00:25:05 UTC

[jira] [Resolved] (DIRKRB-313) Refine transport related setting for KrbClient

     [ https://issues.apache.org/jira/browse/DIRKRB-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kai Zheng resolved DIRKRB-313.
------------------------------
    Resolution: Fixed

commit bb6cce191204a7d7acdc95aa37ef0e5877ece5fc
Author: drankye <ka...@intel.com>
Date:   Thu Jul 2 06:23:23 2015 +0800

    Network transport related improvements, addressing DIRKRB-313, 314, and 315

> Refine transport related setting for KrbClient
> ----------------------------------------------
>
>                 Key: DIRKRB-313
>                 URL: https://issues.apache.org/jira/browse/DIRKRB-313
>             Project: Directory Kerberos
>          Issue Type: Bug
>            Reporter: Kai Zheng
>            Assignee: Kai Zheng
>
> Suggested by [~coheigea], better to make transport setting easier. So:
> * By default {{allowUdp}} and {{allowTcp}} will be false;
> * By default no tcp port and udp port will be used;
> * If {{setKdcTcpPort}} is called, then {{allowTcp}} will be made true automatically, don't need another {{setAllowTcp}} call. Udp is similar.
> * If {{allowTcp}} is set true, but no tcp port is given, it will be an error; similar to udp;
> * If both UDP and TCP is correctly equipped with valid ports, then TCP will be tried first, and if failed, then UDP.
> Hope this sounds good.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)