I want to create dynamic group in openldap with Apache Directory Studio but groupOfURLs object class not available.
1 Answer
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.
1 Comment
EricLavault
Nb. If you don't know how to add schema configs and/or overlays, this is another issue which is already addressed on SO.
