Connection Setting Keyword Tokens
MutualAuthentication
keyword
Keyword/Value syntax |
MutualAuthentication {True | False} |
Valid in connection types |
TELNET |
Can change value if connection is open? |
No |
Specifies whether to enable mutual authentication during Kerberos sessions. When this setting is True, the service must authenticate itself to the principal.
The default value is True.
Session.ConnectionSettings = "MutualAuthentication False"
If .ConnectionSetting("MutualAuthentication") = "False"
Notes
· This setting is only available when Kerberos is enabled (Authentication is True).
· Use these settings to configure Kerberos connections: Authentication, Encryption, MutualAuthentication, Principal, Realm, RenewableTicket, TicketForwarding.