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:
-
Attach or remove S3 user policies to users, and
-
Grant or remove create bucket, delete bucket and super user permissions for users on external providers.
Note
Permission allowed or denied by S3 user policies to create or delete buckets overrides explicit create bucket and delete bucket permission settings.
Note
If you wish to grant or remove the explicit create bucket, delete bucket and super user permissions for users on the local provider, you can do this using the user modify command.
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] [--s3-policies-ids [S3_POLICIES_IDS]]
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.