Am Fri, 16 Sep 2016 13:28:41 -0300 schrieb Elias Pereira empbilly@gmail.com:
Hello guys,
In our infra we using openldap in old style slapd.conf config to centralize users, groups, etc.
I like to know how I enable memberOf in openlap old style config?
First check whether slapo-memberof is a built-in module: slapd -VVV Included static overlays: [...) memberof
If so, you may follow man slapo-memberof(5) Otherwise you have to check whether memberof.la is in the module path and include memberof.la in the global part of slapd.conf and configure according to the manual page.
-Dieter