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.
Emmanuel Dreyfus manu@netbsd.org wrote:
As soon as autogroup is configured, any search will return: result: 53 Server is unwilling to perform text: operation not supported within namingContext
A first look at the problem: when slapo-autogroup is configured, a backend with bi_type = "autogroup" is inserted in the backendDB list.
This backend gets selected for search operations and it does not have a search method, hence the error.
Now, why is this backend inserted? Does it have anything to do with the fact that slapo-autogroup defines a bi_db_open method?
openldap-software@openldap.org