EssSetExtUser

Sets user information for externally authenticated users.

Syntax

ESS_FUNC_M EssSetExtUser (hCtx, type, UserName, Password, Protocol, ConnParam);
ParameterData TypeDescription

hCtx

ESS_HCTX_T

API context handle.

type

ESS_USHORT_T

Type of user (external).

UserName

ESS_STR_T

Name of user.

Password

ESS_STR_T

User's password.

Protocol

ESS_STR_T

External authentication protocol: CSS, for Shared Services mode.

ConnParam

ESS_STR_T

External authentication connection parameters. Null, for CSS protocol.

Access

This function requires the caller to have Create/Delete User privilege (ESS_PRIV_USERCREATE) for the logged in server, unless they are setting their own user information.