Hello

With Heimdal, I authenticate on a realm R1, and I wish to log on a realm R2
(which trusts R1) with ticket-forwarding (at least the TGT for R2). I run
the following commands :

kinit -f user@R1
telnet -l user -a -F some.host

The telnet is successful, but no ticket was forwarded !
If I exit the telnet and list the tickets, I can see :
- the initial TGT : krbtgt/R1@R1 (forwardable)
- the second TGT : krbtgt/R2@R1 (non-forwardable)
- the service ticket : host/some.host@R2 (non-forwardable)
I guess the problem is that the second TGT is not forwardable. How can I
force this ?

Thank you !

Philippe


________________________________________________
Kerberos mailing list           [EMAIL PROTECTED]
http://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to