ucl user create

To add a user, the partition's SOClosedSecurity officer - UKC partition administrator role. may use the following options:

ucl user list

To list the partition's user names, its SOClosedSecurity officer - UKC partition administrator role. uses the following command.

ucl user list

ucl user show

To review a user's role, failed password count, and status:

ucl user show -n <user name>

Example:

ucl user show -n tester1 -p CodeSign1

In the case of CORE or LDAPClosedLightweight Directory Access Protocol based authentication ("auth type") of the user, the output presents its attributes related to the user's password and its validation status:

{ "name" : "tester1", "partition" : "CodeSign1", "Created at" : "2020-01-11T09:51:03Z", "aliases" : { } "retries" : "0", "last password updated" : "2020-01-11T09:51:03Z", "is user locked" : "false", "auth type" : "Standard", "Last updated at" : "2020-01-18T06:44:34Z", "role" : "CodeSigner, "groups" : [ ] }
  • retries - current count of consecutive login rejections.
  • is user locked - true, if the user has been locked.
  • The number of login errors exceeds the partition's threshold x-DY_USER_LOGIN_RETRIES. See Partition Settings Summary.
    To unlock a user, reset its password.
  • role - name of the role that is assigned to the user. This field is not shown if user has no specific role. In such a case, the user's privileges are granted through its membership in user groups.
  • A user without a role and without membership in user group(s) is practically disabled.

  • groups - list of User groups that the user is a member of.
  • aliases - list of SSOClosedSingle Sign-On users that are represented by this user. For example:
  • "aliases" : { "cognito" : [ "JohnDoe@unboundsecurity.com" ], "cognito-test" : [ "tester1@unboundsecurity.com", "tester3@unboundsecurity.com", "# tester2@unboundsecurity.com" ] }

ucl user delete

ucl user delete -n --name <user name>

Users with the following usernames can't be deleted: USER and SOClosedSecurity officer - UKC partition administrator role..

ucl user change-pwd

To change its password, user executes the following command.

ucl user change-pwd -n <my username> -w <the current password> -d <the new password>

ucl user reset-pwd

To reset a partition user's password, the partition 's SOClosedSecurity officer - UKC partition administrator role. uses the following command:

ucl user reset-pwd -n <user name> [-d <new password>] //if omitted, you are prompted to provide one

For example, the default "so" resets the password of "tester1". Interactive approach:

ucl user reset-pwd -n tester1 -p CodeSign1
Enter user new password:************ Retype the password:**************

Note
To unlock a user, reset the user's password. The new password may be equal to the old one.

ucl user recover-pwd

In the extreme case when none of a partition's SOClosedSecurity officer - UKC partition administrator role. can log in, the specific user's password (particularly, the partition's SOClosedSecurity officer - UKC partition administrator role. password) may be recovered by the Root SOClosedSecurity officer - UKC partition administrator role..

ucl user recover-pwd -p <partition name> [-n <SO name>] // default: "SO"
[-d <SO new password> //if omitted, you are prompted to provide one]

Example:

ucl user recover-pwd -p codesign -n so2 -d Password2!

Tip
To recover the password of Root SOClosedSecurity officer - UKC partition administrator role., use ekm_recover_root_so_pwd.