mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Adding guidance around LDAP groups
This commit is contained in:
@ -278,6 +278,12 @@ For example:
|
||||
|
||||
(&(objectclass=groupOfNames)(memberUid=%s))
|
||||
|
||||
|
||||
When providing an AD/LDAP group search filter, configure a filter that returns the minimum number of relevant groups for the purpose of supporting authentication.
|
||||
Filters that return large group assignments increase the size of associated calls and resources.
|
||||
Functions sensitive to large request or response bodies may exhibit unexpected behaviors as a result.
|
||||
|
||||
|
||||
.. end-minio-ad-ldap-group-search-filter
|
||||
|
||||
.. start-minio-ad-ldap-group-search-base-dn
|
||||
@ -454,4 +460,4 @@ Defaults to off
|
||||
|
||||
Specify a comment to associate to the external access management configuration.
|
||||
|
||||
.. end-minio-access-management-plugin-comment
|
||||
.. end-minio-access-management-plugin-comment
|
||||
|
@ -191,6 +191,10 @@ An AD/LDAP user with no assigned policy *and* with membership in groups with no
|
||||
|
||||
For complete documentation on these variables, see :ref:`minio-server-envvar-external-identity-management-ad-ldap`
|
||||
|
||||
When providing an AD/LDAP group search filter, configure a filter that returns the minimum number of relevant groups for the purpose of supporting authentication.
|
||||
Filters that return large group assignments increase the size of associated calls and resources.
|
||||
Functions sensitive to large request or response bodies may exhibit unexpected behaviors as a result.
|
||||
|
||||
2) Restart the MinIO Deployment
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -265,6 +265,11 @@ Group Search Filter
|
||||
.. include:: /includes/common-minio-external-auth.rst
|
||||
:start-after: start-minio-ad-ldap-group-search-filter
|
||||
:end-before: end-minio-ad-ldap-group-search-filter
|
||||
|
||||
When providing an AD/LDAP group search filter, configure a filter that returns the minimum number of relevant groups for the purpose of supporting authentication.
|
||||
Filters that return large group assignments increase the size of associated calls and resources.
|
||||
Functions sensitive to large request or response bodies may exhibit unexpected behaviors as a result.
|
||||
|
||||
|
||||
Group Search Base DN
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
@ -398,4 +403,4 @@ Comment
|
||||
|
||||
.. include:: /includes/common-minio-external-auth.rst
|
||||
:start-after: start-minio-ad-ldap-comment
|
||||
:end-before: end-minio-ad-ldap-comment
|
||||
:end-before: end-minio-ad-ldap-comment
|
||||
|
Reference in New Issue
Block a user