Hello
Anyone has been using slapo-autogroup?
I tried this in slapd.conf:
overlay autogroup autogroup-attrset groupOfURLs memberURL memberUid
As soon as autogroup is configured, any search will return: result: 53 Server is unwilling to perform text: operation not supported within namingContext
A quick look at the code shows tthat the search method is not implemented, but the same thing does not prevent other overlays from working.
Did I misconfigured it, or is it broken? I would like to be sure I did not misunderstood how it works before starting hacking the code.