mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +03:00
DOCS-1022: Use 'mc idp ldap policy' for AD/LDAP policy assignments (#1026)
--------- Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
This commit is contained in:
@ -55,6 +55,13 @@ Exactly one :mc-cmd:`~mc admin policy attach --user` or one :mc-cmd:`~mc admin p
|
||||
:start-after: start-minio-syntax
|
||||
:end-before: end-minio-syntax
|
||||
|
||||
.. important::
|
||||
|
||||
This command is intended for managing policy associations for :ref:`MinIO-managed <minio-users>` users only.
|
||||
|
||||
For attaching policies to OpenID-managed users, see :ref:`minio-external-identity-management-openid`.
|
||||
|
||||
For attaching policies to Active Directory/LDAP users or groups, use :mc-cmd:`mc idp ldap policy attach`.
|
||||
|
||||
Parameters
|
||||
~~~~~~~~~~
|
||||
|
@ -15,7 +15,7 @@ Syntax
|
||||
|
||||
.. start-mc-admin-policy-detach-desc
|
||||
|
||||
Remove one or more IAM policies from a user or group identity.
|
||||
Remove one or more IAM policies from either a :ref:`MinIO-managed user or a group <minio-users>`.
|
||||
|
||||
.. end-mc-admin-policy-detach-desc
|
||||
|
||||
@ -51,6 +51,14 @@ Exactly one :mc-cmd:`~mc admin policy detach --user` or one :mc-cmd:`~mc admin p
|
||||
:end-before: end-minio-syntax
|
||||
|
||||
|
||||
.. important::
|
||||
|
||||
This command is intended for managing policy associations for :ref:`MinIO-managed <minio-users>` users only.
|
||||
|
||||
For managing policies to OpenID-managed users, see :ref:`minio-external-identity-management-openid`.
|
||||
|
||||
For detaching policies from Active Directory/LDAP users or groups, use :mc-cmd:`mc idp ldap policy detach`.
|
||||
|
||||
Parameters
|
||||
~~~~~~~~~~
|
||||
|
||||
|
@ -57,6 +57,13 @@ For example, you can list all of the users and groups attached to a policy or li
|
||||
:start-after: start-minio-syntax
|
||||
:end-before: end-minio-syntax
|
||||
|
||||
.. important::
|
||||
|
||||
This command is intended for managing policy associations for :ref:`MinIO-managed <minio-users>` users only.
|
||||
|
||||
For managing policies to OpenID-managed users, see :ref:`minio-external-identity-management-openid`.
|
||||
|
||||
For viewing policies for Active Directory/LDAP users or groups, use :mc-cmd:`mc idp ldap policy entities`.
|
||||
|
||||
Parameters
|
||||
~~~~~~~~~~
|
||||
|
Reference in New Issue
Block a user