I just found my problem. The values of the member attributes were wrong (ou=Users vs ou=People...). I glanced over the full debug output, but didn't see anything that would have helped here. Are there options to slapd or ldapadd that would have helped to finding the cause faster?
Karel
On Mon, Aug 25, 2014 at 4:56 PM, Karel Vervaeke karel@vervaeke.info wrote:
Hi. I've followed a number of memberof tutorials/howto guides, but I can't get it to work.
I've tried to document my best attempt yet in this github repository: https://github.com/karel1980/openldap-memberof
There is an installation script which:
- installs slapd
- sets up a new database
- configures memberof and refint overlays
- restarts slapd
- adds groups and users
There's also a sample query which should return memberOf attributes, but it does not.
If you can spot the error of my ways, please enlighten me.
Regards, Karel