Ok, I think I’m on the path, but still have not reached my
destination. I already have OpenLDAP up and running, but I need to add the
memberOf overlay. From what I’ve read, the slapd.conf is being depricated.
When I did my install, I never used the slapd.conf file and configured all the
options LDIF ldapadds (sudo ldapadd -Y EXTERNAL -H ldapi:/// -f base.ldif). Would I create a LDIF file with the memberOf configs, and if so,
what would that file look like, Or, should I use the slapd.conf and do a “moduleload
memberof.la” as a global setting? If I do this, will I overwrite any of my
other changes that are not in this file (which may have been configured from
the LDIFs)? From: Radosław Antoniuk
[mailto:radek.antoniuk@gmail.com] On Thu, Jan 21, 2010 at 6:02 AM, Todd Reed <treed@astate.edu> wrote: I'm a little confused with implementing the memberOf
overlay. I've seen
|