Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


Chapter 2 The TIBCO iProcess User Validation API : API Interfaces : uva_set_user_identity_ex

uva_set_user_identity_ex
Purpose
Sets the execution context of the current process to that of the user (or that user's operating system proxy) whose encrypted name is passed in. On UNIX this involves setting the UID and GID.
You must use this interface instead of the uva_set_user_identity interface if you use the SW_DOMAIN or LOGON_OS_LOCATION attributes to specify the location where a user’s password should be validated. See Password Validation on Windows Systems for more information.
Prototype
UV_RCODE uva_set_user_identity_ex (
UV_SH uvsh,
UV_PSTR pEncrUserName
);
Parameters
 
Return Values
 
Refer to Return Values for a complete list of possible return values.
Remarks
This interface is an extended version of the uva_set_user_identity interface. It is identical to that interface except that it supports the passing in and out of user location information from the SW_DOMAIN user attribute and/or LOGON_OS_LOCATION process attribute. See Password Validation on Windows Systems for more information.

Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.