This command queries providers and the user database for a user entry. A provider query can be aggregated across providers to yield a merged result or it can be provider-specific. See Querying Users for more information.
You can also use this command to grant or remove special S3 user permissions for users on external providers.
Note
For users on the local provider, use user modify to grant and remove S3 user permissions.
Usage for Retrieving a User Entry
user query {--uid UID | --username USERNAME | --sid SID} [--context local|udb|ad|ldap|nis|aggregated]
Usage for Setting S3 Permissions
user query {--uid UID | --username USERNAME | --sid SID} [--allow-create-bucket] [--disallow-create-bucket] [--allow-delete-bucket] [--disallow-delete-bucket] [--s3-superuser] [--not-s3-superuser]
Required Parameters
|
Include one of these options to specify which user attribute to query by and a specific value to search for. |
Comments
0 comments
Article is closed for comments.