1
0
mirror of https://github.com/minio/docs.git synced 2025-08-08 01:43:18 +03:00
Files
docs/source/reference/minio-mc/mc-idp-ldap-accesskey-enable.rst
Daryl White 79cf400125 Updates for the 2024-09-09 releases of the server and mc (#1331)
- adds new config options for webhook events
- adds new subcommands to mc idp ldap accesskey
- adds info about new output during iam import

Closes #1316
2024-09-23 15:29:29 -04:00

2.1 KiB

mc idp ldap accesskey enable

minio

Table of Contents

mc idp ldap accesskey enable

Description

The mc idp ldap accesskey enable enables the specified access key <minio-id-access-keys> on the local server.

EXAMPLE

The following example enables the access key mykey from the minio deployment:

class
copyable

mc idp ldap accesskey enable minio/ mykey

SYNTAX

The command has the following syntax:

mc [GLOBALFLAGS] idp ldap accesskey enable  \
                                 ALIAS      \
                                 KEY
  • Replace ALIAS with the alias <alias> of a MinIO deployment configured for AD/LDAP integration.
  • Replace KEY with the access key to enable.

Parameters

ALIAS

The alias <alias> of the MinIO deployment configured for AD/LDAP.

For example:

mc idp ldap accesskey enable minio mykey

KEY

The configured access key to enable.

Example

Enable the access key mykey from the minio deployment.

mc idp ldap accesskey enable minio/ mykey

Global Flags

Behavior

S3 Compatibility