mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +03:00
Adding guidance around LDAP groups
This commit is contained in:
@ -278,6 +278,12 @@ For example:
|
|||||||
|
|
||||||
(&(objectclass=groupOfNames)(memberUid=%s))
|
(&(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
|
.. end-minio-ad-ldap-group-search-filter
|
||||||
|
|
||||||
.. start-minio-ad-ldap-group-search-base-dn
|
.. start-minio-ad-ldap-group-search-base-dn
|
||||||
|
@ -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`
|
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
|
2) Restart the MinIO Deployment
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -266,6 +266,11 @@ Group Search Filter
|
|||||||
:start-after: start-minio-ad-ldap-group-search-filter
|
:start-after: start-minio-ad-ldap-group-search-filter
|
||||||
:end-before: end-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
|
Group Search Base DN
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user