mirror of
https://github.com/minio/docs.git
synced 2025-08-08 01:43:18 +03:00
additional cleanups after merge
This commit is contained in:
@@ -191,8 +191,8 @@ For example, consider the following policy assignments:
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
mc admin policy set consoleAdmin user='cn=sisko,cn=users,dc=example,dc=com'
|
||||
mc admin policy set readwrite,diagnostics user='cn=dax,cn=users,dc=example,dc=com'
|
||||
mc admin policy set --consoleAdmin user='cn=sisko,cn=users,dc=example,dc=com'
|
||||
mc admin policy set --readwrite,diagnostics user='cn=dax,cn=users,dc=example,dc=com'
|
||||
|
||||
- MinIO would assign an authenticated user with DN matching
|
||||
``cn=sisko,cn=users,dc=example,dc=com`` the :userpolicy:`consoleAdmin`
|
||||
@@ -235,8 +235,8 @@ For example, consider the following policy assignments:
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
mc admin policy set consoleAdmin group='cn=ops,cn=groups,dc=example,dc=com'
|
||||
mc admin policy set diagnostics group='cn=engineering,cn=groups,dc=example,dc=com'
|
||||
mc admin policy set --consoleAdmin group='cn=ops,cn=groups,dc=example,dc=com'
|
||||
mc admin policy set --diagnostics group='cn=engineering,cn=groups,dc=example,dc=com'
|
||||
|
||||
- MinIO would assign any authenticating user with membership in the
|
||||
``cn=ops,cn=groups,dc=example,dc=com`` AD/LDAP group the
|
||||
|
Reference in New Issue
Block a user