This function indicates that the connection to the server will be made using Windows Credentials (Kerberos / Single Signon / SSO) rather than the User Id. This means that the user's Windows profile and password is used to sign on to the server. The server must have been configured for Single Sign On, and the user enrolled, before this can be done.
BOOL | LceSetKerberosOn | (int | iSession) |
iSession | The session identifier as returned by LceSetKerberosOn. |
|---|
TRUE is returned if the session can accept the value.
FALSE is returned if an error occurs.
If you use this function, you must also use the LceSetKerberosOff function.
Kerberos works without further configuration directly to a server with no access outside that server, say to SQL Server or a file share. If access outside of that 1 server is required – so called "multi-hop" – then this is what is supported:
If your environment does not allow one of these configurations then multi-hop cannot be used. |