Copyright © Cloud Software Group, Inc. All Rights Reserved |
The output of the swutil USERINFO EXPORT command is in a format that can be re-imported. It starts with an R command to reset the user information, followed by sections for each type of data, for example:
The export format for a single user export command starts with a U- instruction to delete the user, followed by instructions to add it back again together with its other data, enabling a single user's data to be updated. For example, swutil USERINFO EXPORT fred could give the following:
By default, the value of a user’s SW_DOMAIN attribute is included in an "add user" U+ instruction. For example:This value will be used to validate the user as a Windows operating system user if the instruction is used to re-import the user to iProcess Engine. See Validating New Users on a Windows iProcess Engine.However, if the EXPORT command included the nolocation option, the SW_DOMAIN attribute value is not included. For example:The SW_DOMAIN attribute value is always included in the "change attribute value" V+ instruction, even if the EXPORT command included the nolocation option. For example:For more information about the SW_DOMAIN user attribute, see "Defining Where a User’s Password Should be Validated" in TIBCO iProcess Workspace (Windows) Manager’s Guide.
Copyright © Cloud Software Group, Inc. All Rights Reserved |