Connection Setting Keyword Tokens
TicketForwarding
keyword
Keyword/Value syntax |
TicketForwarding {True | False} |
Valid in connection types |
TELNET |
Can change value if connection is open? |
No |
Specifies whether Ticket Granting Tickets (TGT) are forwardable during Kerberos sessions. Ticket forwarding allows you to forward your TGT to another host and get service tickets for additional services without having to repeat the authentication process with the KDC. Tickets that have been forwarded may be forwarded again.
The default value is False.
Session.ConnectionSettings = "TicketForwarding True"
If .ConnectionSetting("TicketForwarding") = "True"
Notes
· This setting is only available when Kerberos is enabled (Authentication is True) and MutualAuthentication is set to True.
· Use these settings to configure Kerberos connections: Authentication, Encryption, MutualAuthentication, Principal, Realm, RenewableTicket, TicketForwarding.