mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Bug fixes for two issues related to LDAP and site replication (#1348)
Corrects docs to state that when expanding a site replication peer set, you must list all existing peers. Closes #1340 Adds information that when adding Distinguished Names as search parameters, multiple DNs must be separated with a semi-colon. Closes #1341
This commit is contained in:
@ -233,12 +233,15 @@ The user can then use the passed SSH Public Key to log in to SFTP servers.
|
||||
|
||||
Specify the base Distinguished Name (DN) MinIO uses when querying for
|
||||
user credentials matching those provided by an authenticating client.
|
||||
|
||||
Separate multiple DNs with a semicolon (``;``).
|
||||
|
||||
For example:
|
||||
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
cn=miniousers,dc=myldapserver,dc=net
|
||||
cn=miniousers,dc=myldapserver,dc=net;ou=swengg,dc=min,dc=io
|
||||
|
||||
Supports :ref:`Lookup-Bind <minio-external-identity-management-ad-ldap-lookup-bind>` mode.
|
||||
|
||||
@ -279,7 +282,7 @@ For example:
|
||||
|
||||
.. start-minio-ad-ldap-group-search-base-dn
|
||||
|
||||
Specify a comma-separated list of group search base Distinguished Names
|
||||
Specify a semicolon-separated (``;``) list of group search base `Distinguished Names <https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ldap/distinguished-names>`__
|
||||
MinIO uses when performing group lookups.
|
||||
|
||||
For example:
|
||||
@ -287,7 +290,7 @@ For example:
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
cn=miniogroups,dc=myldapserver,dc=net"
|
||||
cn=miniogroups,dc=myldapserver,dc=net;ou=swengg,dc=min,dc=io
|
||||
|
||||
.. end-minio-ad-ldap-group-search-base-dn
|
||||
|
||||
@ -406,7 +409,7 @@ MinIO sends the token using the HTTP `Authorization <https://developer.mozilla.o
|
||||
|
||||
.. start-minio-identity-management-role-policy
|
||||
|
||||
Specify a comma separated list of MinIO :ref:`policies <minio-policy>` to assign to authenticated users.
|
||||
Specify a comma-separated list of MinIO :ref:`policies <minio-policy>` to assign to authenticated users.
|
||||
|
||||
.. end-minio-identity-management-role-policy
|
||||
|
||||
|
Reference in New Issue
Block a user