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?