InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsTelnet Object / Authentication Property
In This Topic
Authentication Property
In This Topic
This option enables InfoConnect to use Kerberos authentication.
Syntax
expression.Authentication As Boolean
where expression is a variable that represents a ConnectionSettingsTelnet Object
Remarks
Use these settings to configure Kerberos connections: Authentication, Encryption, MutualAuthentication, Principal, Realm, RenewableTicket, TicketForwarding. Do not set Authentication to true if you use Kerberos authentication in conjuction with Secure Shell (ConnectionType = SECURE SHELL). This configuration information, like all information configured in the Secure Shell Settings Dialog Box, is saved in the Secure Shell Configuration file. This value cannot be changed if the connection is open.
See Also