'How to configure LDAP group seach in Datapower

I am attempting to set up identification in Datapower so that a user can log in if they're a member of a specific AD group. So far there's no problem granting permissions on a user-by-user basis, using a query with prefix:

"(sAMAccountName=" and suffix ")"

But it fails when I try to set up group search using the prefix "(member=" and suffix ")(objectClass=groupOfNames").

Both configurations use the same credential file, currently granting permissions only to me and to a group I am a member of.

I feel like I'm missing something obvious in configuring this LDAP query.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source