Received: from fort-point-station.mit.edu (FORT-POINT-STATION.MIT.EDU [18.7.7.76]) by krbdev.mit.edu (8.9.3) with ESMTP id RAA01388; Tue, 11 Mar 2003 17:50:03 -0500 (EST) Received: from central-city-carrier-station.mit.edu (CENTRAL-CITY-CARRIER-STATION.MIT.EDU [18.7.7.72]) by fort-point-station.mit.edu (8.9.2/8.9.2) with ESMTP id RAA27599 for ; Tue, 11 Mar 2003 17:50:03 -0500 (EST) Received: from manawatu-mail-centre.mit.edu (MANAWATU-MAIL-CENTRE.MIT.EDU [18.7.7.71]) by central-city-carrier-station.mit.edu (8.9.2/8.9.2) with ESMTP id RAA22850; Tue, 11 Mar 2003 17:50:02 -0500 (EST) Received: from all-in-one.mit.edu (ALL-IN-ONE.MIT.EDU [18.18.1.71]) ) by manawatu-mail-centre.mit.edu (8.12.4/8.12.4) with ESMTP id h2BMo2V3018093; Tue, 11 Mar 2003 17:50:02 -0500 (EST) Received: (from raeburn@localhost) by all-in-one.mit.edu (8.9.3) id RAA12181; Tue, 11 Mar 2003 17:50:02 -0500 To: krb5-bugs@MIT.EDU Subject: kprop can't handle remote-realm slave From: Ken Raeburn Date: Tue, 11 Mar 2003 17:50:02 -0500 Message-Id: Lines: 10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-RT-Original-Encoding: us-ascii Content-Length: 304 Two kprop bugs: (1) It uses krb5_get_in_tkt_with_keytab; it should use the get_init_creds functions. (Okay, this is nitpicking.) (2) Since it gets no TGT, and instead gets a ticket for the host service on the slave host, it can't cope with a slave host that's not in the local realm. Ken