user refresh

Prev Next

This command refreshes a user entry in the user database by querying providers and merging results.

The query order and result may differ depending on whether you supply a UID or a SID. For details of the refresh process, see Refreshing Users.

Usage
user refresh {--uid UID | --sid SID}
             [--tenant-id ID]
             [--username NAME]
             [--login-name NAME]
Required Parameters

--uid UID

Queries providers for a user with the specified POSIX (NFS) UID.

--sid SID

Queries providers for a user with the specified Security Identifier (SID).

Options

--tenant-id ID

Queries providers for a user associated with the specified tenant.

--username NAME

Queries providers for the specified user name.

--login-name NAME

Queries providers for the specified login name.

Example
vcli: admin> user refresh --uid 1000