1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Correct mc admin user example, fix warnings (#969)

A few small things:

* find/replace error from https://github.com/minio/docs/pull/950
* build warnings

Thank you @bendem!
https://github.com/minio/docs/pull/950#discussion_r1303044374
This commit is contained in:
Andrea Longo
2023-08-23 16:04:32 -06:00
committed by GitHub
parent 2908b2f9ee
commit 756d9f1799
6 changed files with 8 additions and 8 deletions

View File

@ -279,7 +279,7 @@ Disable a Configured Active Directory / LDAP Connection
You can enable and disable the configured AD/LDAP connection as needed.
Use :mc-cmd:`mc idp ldap disable` to deactivate a configured connection.
Use :mc-cmd:`mc idp ldap enable` to activate a previously configured connection.
Use :mc:`mc idp ldap disable` to deactivate a configured connection.
Use :mc:`mc idp ldap enable` to activate a previously configured connection.
You may also enable or disable AD/LDAP from the :ref:`MinIO Console <minio-console>`.