I want to create dynamic group in openldap with Apache Directory Studio but groupOfURLs object class not available.
Asked
Active
Viewed 530 times
0
Mohammad Reza Mousavi
- 894
- 1
- 10
- 18
1 Answers
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.
EricLavault
- 12,130
- 3
- 23
- 45
-
Nb. If you don't know how to add schema configs and/or overlays, this is another issue which is already addressed on SO. – EricLavault Oct 12 '21 at 12:20
