minio / mc

Unix like utilities for object store
https://min.io/download
GNU Affero General Public License v3.0
2.86k stars 548 forks source link

Move `mc idp ldap accesskey create --login` to `mc idp ldap accesskey create-with-login` #4894

Closed taran-p closed 6 months ago

taran-p commented 7 months ago

Community Contribution License

All community contributions in this pull request are licensed to the project maintainers under the terms of the Apache 2 license. By creating this pull request I represent that I have the right to license the contributions to the project maintainers under the Apache 2 license.

Description

Moves mc idp ldap accesskey create --login into a new command, mc idp ldap accesskey create-with-login Fixes help for accesskey create

Motivation and Context

create --login has a fundamentally different input than create without the flag, so it makes sense to split them

How to test this PR?

Enable LDAP on server and use mc idp ldap accesskey create-with-login command

Types of changes

Checklist: