0

I want to create dynamic group in openldap with Apache Directory Studio but groupOfURLs object class not available.

Apache Directory Studio add object class window

1 Answer 1

1

The dynamic group feature is not present by default (that's why you can't find the groupOfURLs object class). You need to define and add the dyngroup.schema to cn=config.

The dyngroup definition can be found here : dyngroup.ldif

Then, for the dynamic group feature to work, you need to enable the dynlist overlay, which also need to be defined, see slapo-dynlist.

You can refer to this issue as a kind of walk through.

Sign up to request clarification or add additional context in comments.

1 Comment

Nb. If you don't know how to add schema configs and/or overlays, this is another issue which is already addressed on SO.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.