[Bug 372] New: [authkrb5] : KRB5CCNAME set to pointer
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sun Jul 28 19:01:36 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=372
Summary: [authkrb5] : KRB5CCNAME set to pointer
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: basalt at easynet.fr
openssh 3.4 /3.2 at least
seen on i386 and sparc, with net/openbsd, cygwin ...
when trying to authentify trough kerberos V, KRB5CCNAME var set to wrong value
on client :
shiva:krb {50} klist
klist: No ticket file: 0x506c0
v4-ticket file: /tmp/tkt1003
klist: No ticket file (tf_util)
think it something near do_setup_env in session.c :
892 #ifdef KRB5
893 if (s->authctxt->krb5_ticket_file)
894 child_set_env(&env, &envsize, "KRB5CCNAME",
895 (char *)s->authctxt->krb5_ticket_file);
896 #endif
hope this help !
regards,
Julien
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list