Hello 389 users,
I'm having problems getting the memberof plugin work on 389-Directory/1.2.11.15 B2014.219.179. We are using groupofuniquenames groups.
Here's the configuration of the memberof plugin:
objectClass: extensibleObject (auxiliary) objectClass: nsSlapdPlugin (structural) objectClass: top (abstract) cn: MemberOf Plugin nssldap-pluginDescription: none nssldap-pluginEnabled: on nssldap-pluginId: none nssldap-pluginInitfunc: memberof_postop_init nssldap-pluginPath: libmemberof-plugin nssldap-pluginType: postoperation nssldap-pluginVendor: none nssldap-pluginVersion: none nssldap-plugin-depends-on-type: database memberofattr: memberOf memberofgroupattr: uniquemember
Adding members to a group do not trigger the creation of the corresponding memberof attributes on those members. What are we missing?
Thank you, Adrian
On 10/01/2014 02:34 PM, Ghiurea, Isabella wrote:
Hello 389 users,
I'm having problems getting the memberof plugin work on 389-Directory/1.2.11.15 B2014.219.179. We are using groupofuniquenames groups.
Here's the configuration of the memberof plugin:
objectClass: extensibleObject (auxiliary) objectClass: nsSlapdPlugin (structural) objectClass: top (abstract) cn: MemberOf Plugin nssldap-pluginDescription: none nssldap-pluginEnabled: on nssldap-pluginId: none nssldap-pluginInitfunc: memberof_postop_init nssldap-pluginPath: libmemberof-plugin nssldap-pluginType: postoperation nssldap-pluginVendor: none nssldap-pluginVersion: none nssldap-plugin-depends-on-type: database memberofattr: memberOf memberofgroupattr: uniquemember
Adding members to a group do not trigger the creation of the corresponding memberof attributes on those members. What are we missing?
Make sure the entry's schema allows the "memberOf"attribute. For example, make sure the entry has "objectclass: inetUser".
Thank you, Adrian
-- 389 users mailing list 389-users@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-users
Mark, Thank you for feedback, we cheked we do have that atribute"memberOf" and object class
Any other suggestions? Isabella ________________________________ From: Mark Reynolds [mareynol@redhat.com] Sent: Wednesday, October 01, 2014 2:59 PM To: General discussion list for the 389 Directory server project.; Ghiurea, Isabella Subject: Re: [389-users] 389DS memeberof plugin not working
On 10/01/2014 02:34 PM, Ghiurea, Isabella wrote: Hello 389 users,
I'm having problems getting the memberof plugin work on 389-Directory/1.2.11.15 B2014.219.179. We are using groupofuniquenames groups.
Here's the configuration of the memberof plugin:
objectClass: extensibleObject (auxiliary) objectClass: nsSlapdPlugin (structural) objectClass: top (abstract) cn: MemberOf Plugin nssldap-pluginDescription: none nssldap-pluginEnabled: on nssldap-pluginId: none nssldap-pluginInitfunc: memberof_postop_init nssldap-pluginPath: libmemberof-plugin nssldap-pluginType: postoperation nssldap-pluginVendor: none nssldap-pluginVersion: none nssldap-plugin-depends-on-type: database memberofattr: memberOf memberofgroupattr: uniquemember
Adding members to a group do not trigger the creation of the corresponding memberof attributes on those members. What are we missing?
Make sure the entry's schema allows the "memberOf" attribute. For example, make sure the entry has "objectclass: inetUser".
Thank you, Adrian
-- 389 users mailing list 389-users@lists.fedoraproject.orgmailto:389-users@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-users
On 10/01/2014 03:01 PM, Ghiurea, Isabella wrote:
Mark, Thank you for feedback, we cheked we do have that atribute"memberOf" and object class
If you have the memberOf attribute in the entry then it's working :-) Is there anything in the errors log? You can also enable plugin logging if you don't seeanything useful in the errors log. Did you restart the server after configuring the memberof plugin?
If you are still having issues can we see the group that members are being added to, and the member entry itself?
Thanks, Mark
Any other suggestions? Isabella
*From:* Mark Reynolds [mareynol@redhat.com] *Sent:* Wednesday, October 01, 2014 2:59 PM *To:* General discussion list for the 389 Directory server project.; Ghiurea, Isabella *Subject:* Re: [389-users] 389DS memeberof plugin not working
On 10/01/2014 02:34 PM, Ghiurea, Isabella wrote:
Hello 389 users,
I'm having problems getting the memberof plugin work on 389-Directory/1.2.11.15 B2014.219.179. We are using groupofuniquenames groups.
Here's the configuration of the memberof plugin:
objectClass: extensibleObject (auxiliary) objectClass: nsSlapdPlugin (structural) objectClass: top (abstract) cn: MemberOf Plugin nssldap-pluginDescription: none nssldap-pluginEnabled: on nssldap-pluginId: none nssldap-pluginInitfunc: memberof_postop_init nssldap-pluginPath: libmemberof-plugin nssldap-pluginType: postoperation nssldap-pluginVendor: none nssldap-pluginVersion: none nssldap-plugin-depends-on-type: database memberofattr: memberOf memberofgroupattr: uniquemember
Adding members to a group do not trigger the creation of the corresponding memberof attributes on those members. What are we missing?
Make sure the entry's schema allows the "memberOf"attribute. For example, make sure the entry has "objectclass: inetUser".
Thank you, Adrian
-- 389 users mailing list 389-users@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-users
-- 389 users mailing list 389-users@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-users
389-users@lists.fedoraproject.org