Correct way to setup Virtual Static Groups #258
Unanswered
ThomasRasmussen
asked this question in
Q&A
Replies: 1 comment
-
use
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we're trying to migrate away from OpenDJ 2.6.0 to OpenDJ Community 4.5, but we have issues with the virtual-static-groups which causes errors as they have been defined with MemberURL which include a search for the isMemberOf attribute.
I have tried to follow the pointers in this issue: #10
But I'm not able to get this to work when searching for members in a group.
What we are trying to accomplish is:
In OpenDJ 2.6.0 it works with specifying the MemberURL search it like this: (&(objectClass=person)(IsMemberOf=cn=Team1,ou=Teams,dc=example,dc=com))
but this fails in OpenDJ 4.5.1
Beta Was this translation helpful? Give feedback.
All reactions