mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Updates for October 2023 MinIO Client releases - Adds output sample for `mc support top locks` - Adds `mc idp ldap accesskey` and subcommands Closes #1056 - Adds environment variables for most global flags - Adds --retry flag to mc mirror - Adds --bucket-bandwidth flag to mc admin replicate update Partially addresses #1045 - Removes unsupported `--noncurrent-transition-newer` flags from commands.
2.5 KiB
2.5 KiB
mc idp ldap accesskey info
minio
Table of Contents
mc idp ldap accesskey info
Description
The mc idp ldap accesskey info
outputs information about
the specified access key(s).
EXAMPLE
The following example outputs details for the access key
mykey
from the minio
deployment:
- class
- copyable
mc idp ldap accesskey info minio/ mykey
SYNTAX
The command has the following syntax:
mc [GLOBALFLAGS] idp ldap accesskey info \
ALIAS \
KEY \
[KEY2] ...
- Replace
ALIAS
with thealias <alias>
of a MinIO deployment configured for AD/LDAP integration. - Replace
KEY
with the access key to delete. You can list more than one access key by separating each key with a space.
Parameters
ALIAS
The alias <alias>
of the MinIO deployment configured
for AD/LDAP.
For example:
mc idp ldap accesskey ls minio
KEY
The configured access key to output information about.
You can list more than one access key by separating each key with a space.
Example
Output information about the access keys mykey
and
mykey2
from the minio
deployment.
mc idp ldap accesskey info minio/ mykey mykey2