From 342337a89330c4253b350cc06124aaa6747c5122 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 9 Oct 2009 17:07:03 -0400 Subject: No longer use the IPA-specific memberof plugin. Use the DS-supplied one. --- install/share/Makefile.am | 1 + install/share/memberof-conf.ldif | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 install/share/memberof-conf.ldif (limited to 'install/share') diff --git a/install/share/Makefile.am b/install/share/Makefile.am index 4d2c28e0a..b74f99045 100644 --- a/install/share/Makefile.am +++ b/install/share/Makefile.am @@ -34,6 +34,7 @@ app_DATA = \ dna-posix.ldif \ master-entry.ldif \ memberof-task.ldif \ + memberof-conf.ldif \ nis.uldif \ unique-attributes.ldif \ schema_compat.uldif \ diff --git a/install/share/memberof-conf.ldif b/install/share/memberof-conf.ldif new file mode 100644 index 000000000..189e16ada --- /dev/null +++ b/install/share/memberof-conf.ldif @@ -0,0 +1,5 @@ +dn: cn=MemberOf Plugin,cn=plugins,cn=config +changetype: modify +replace: nsslapd-pluginenabled +nsslapd-pluginenabled: on + -- cgit