From cddb2714ef6ae46b31de84ecee5428da456cbd2b Mon Sep 17 00:00:00 2001 From: Tim Hughes Date: Thu, 23 Apr 2020 06:29:17 +0100 Subject: [PATCH] documentation: fix group search filter (#9420) --- docs/sts/ldap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sts/ldap.md b/docs/sts/ldap.md index bd14bb67c..670e91808 100644 --- a/docs/sts/ldap.md +++ b/docs/sts/ldap.md @@ -104,7 +104,7 @@ member: CN=John,CN=Users,DC=minioad,DC=local The lines with "..." represent skipped content not shown here from brevity. Based on the output above, we see that the username format variable looks like `cn=%s,cn=users,dc=minioad,dc=local`. -The group search filter looks like `(&(objectclass=group)(memberUid=%s))` and the group name attribute is clearly `cn`. +The group search filter looks like `(&(objectclass=group)(member=%s))` and the group name attribute is clearly `cn`. Thus the key configuration parameters look like: