OpenSSH 3.8.1p1: call for testing

John Devitofranceschi jdvf at optonline.net
Fri Apr 16 13:51:57 EST 2004


The environment is set in session.c (line 1096):

        if (s->authctxt->krb5_ticket_file)
                child_set_env(&env, &envsize, "KRB5CCNAME",
                    s->authctxt->krb5_ticket_file);

s->authctxt->krb5_ticket_file is just the file name, sans "FILE:

jd

-----Original Message-----
From: openssh-unix-dev-bounces+jdvf=optonline.net at mindrot.org
[mailto:openssh-unix-dev-bounces+jdvf=optonline.net at mindrot.org] On Behalf
Of Darren Tucker
Sent: Thursday, April 15, 2004 10:55 PM
To: John Devitofranceschi
Cc: 'OpenSSH Devel List'
Subject: Re: OpenSSH 3.8.1p1: call for testing


John Devitofranceschi wrote:

> This is fine on Solaris, but confuses the Kerberos utilities on 
> Darwin, which want to use "API:/tmp/krb5cc_uid_random" in the absence 
> of "FILE:". Not certain who's problem this is...

Hmm, auth-krb5.c sets FILE:
snprintf(ccname,sizeof(ccname),"FILE:/tmp/krb5cc_%d_XXXXXX",geteuid());

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
     Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.

_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev at mindrot.org
http://www.mindrot.org/mailman/listinfo/openssh-unix-dev





More information about the openssh-unix-dev mailing list