6 62 LceSetKerberosOff

LANSA Open Guide

6.62 LceSetKerberosOff

This function indicates that the connection to the server should no longer use Windows Credentials (Kerberos / Single Signon / SSO).

BOOL

LceSetKerberosOff

(int

iSession)

  

Parameters

iSession

The session identifier as returned by LceSetKerberosOff.

  

Return Values

TRUE is returned if the session can accept the value.

FALSE is returned if an error occurs.

Notes

If you use this function, you must also use the LceSetKerberosOn function.

  • This function must be executed after LceGetSessionId and before LceOpenSession.

Related Functions

6.63 LceSetKerberosOn