[16369] in Kerberos-V5-bugs

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

[krbdev.mit.edu #8838] kinit - reuse the TCP/HTTPS connection

daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Fri Oct 4 09:58:52 2019

From: "=?UTF-8?B?w5DClMOQwrjDkMK7w5HCj8OQwr0gw5DCn8OQwrDDkMK7w5DCsMORwoPDkMK3?=
	=?UTF-8?B?w5DCvsOQwrI=?= via RT" <rt-comment@KRBDEV-PROD-APP-1.mit.edu>
In-Reply-To: <c21548708d117cc57732cc92437d0289c41836d3.camel@aegee.org>
Message-ID: <rt-4.4.4-59133-1570197488-837.8838-4-0@mit.edu>
To: "AdminCc of krbdev.mit.edu Ticket #8838":;
Date: Fri, 04 Oct 2019 09:58:08 -0400
MIME-Version: 1.0
Reply-To: rt-comment@KRBDEV-PROD-APP-1.mit.edu
Content-Type: text/plain; charset="utf-8"
Errors-To: krb5-bugs-bounces@mit.edu
Content-Transfer-Encoding: 8bit


Fri Oct 04 09:58:07 2019: Request 8838 was acted upon.
 Transaction: Ticket created by dilyan.palauzov@aegee.org
       Queue: krb5
     Subject: kinit - reuse the TCP/HTTPS connection
       Owner: Nobody
  Requestors: dilyan.palauzov@aegee.org
      Status: new
 Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8838 >


Hello,

using 1.17 with kdc.conf containing
[realms]
AEGEE.ORG = {
        kdc = https://mail.aegee.org/KdcProxy
        kpasswd_server = https://mail.aegee.org/KdcProxy/
        dns_lookup_kdc = no
}

this
  echo abc | KRB5_TRACE=/dev/stdout kinit aaa@AEGEE.ORG 

sends three POST requests and prints three times
  Terminating TCP connection to https 144.76.142.78:443

kinit shall reuse the TCP connection for all HTTP POST calls and terminate it only once.

Likewise, when the communication is done over TCP (not HTTPS), with udp_preference_limit=1 in [libdefaults], without the
AEGEE.ORG in [realms], 

  echo abc | KRB5_TRACE=/dev/stdout kinit aaa@AEGEE.ORG

prints three times “Terminating TCP connection to stream 144.76.142.78:88”.  It shall reuse the TCP connection.

Regards
  Дилян


_______________________________________________
krb5-bugs mailing list
krb5-bugs@mit.edu
https://mailman.mit.edu/mailman/listinfo/krb5-bugs


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