From d824eee8fa151751a6a0e6fae9a67abd3c5837f9 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 19 Nov 2010 11:16:23 -0500 Subject: Display user and host membership in netgroups. This uses an enhanced memberof plugin that allows multiple attributes to be configured to create memberOf attributes. tickets 109 and 110 --- install/share/memberof-conf.ldif | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'install/share/memberof-conf.ldif') diff --git a/install/share/memberof-conf.ldif b/install/share/memberof-conf.ldif index 189e16ada..79ad647e7 100644 --- a/install/share/memberof-conf.ldif +++ b/install/share/memberof-conf.ldif @@ -2,4 +2,10 @@ dn: cn=MemberOf Plugin,cn=plugins,cn=config changetype: modify replace: nsslapd-pluginenabled nsslapd-pluginenabled: on +- +add: memberofgroupattr +memberofgroupattr: memberUser +- +add: memberofgroupattr +memberofgroupattr: memberHost -- cgit