Hi Andrey<br><br>Thak you very much. The memberOf plugin is working fine in a test server. Have you any experience with read only databases (configured as "referral on update")?<br><br>Also, we have defined many replication agreements that are already working. Thay are configured to sync all attributes, but now I have to exclude the memberOf attribute. Is possible to modify current agreements to exclude that attribute or must I re-create all them again?<br>

<br>Regards.<br><br><div class="gmail_quote">2009/12/15 Andrey Ivanov <span dir="ltr"><<a href="mailto:andrey.ivanov@polytechnique.fr">andrey.ivanov@polytechnique.fr</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

it IS configurable. We are using it in exactly the same config that<br>
you want it (uniqueMember/memberOf). here is the configuration of the<br>
plug-in (in dse.ldif) :<br>
<br>
dn: cn=MemberOf Plugin,cn=plugins,cn=config<br>
objectClass: top<br>
objectClass: nsSlapdPlugin<br>
objectClass: extensibleObject<br>
cn: MemberOf Plugin<br>
...<br>
nsslapd-pluginEnabled: on<br>
...<br>
memberofgroupattr: uniqueMember<br>
memberofattr: memberOf<br>
nsslapd-pluginId: memberof<br>
...<br>
<br>
The ldif to make this config :<br>
<br>
dn: cn=MemberOf Plugin,cn=plugins,cn=config<br>
changetype: modify<br>
replace: memberofgroupattr<br>
memberofgroupattr: uniqueMember<br>
-<br>
replace: memberofattr<br>
memberofattr: memberOf<br>
-<br>
replace: nsslapd-pluginEnabled<br>
nsslapd-pluginEnabled: on<br>
<br>
<br>
@+<br>
<div><div></div><div class="h5">2009/12/15 Juan Asensio Sánchez <<a href="mailto:okelet@gmail.com">okelet@gmail.com</a>>:<br>
> Hi<br>
><br>
> I am using the linked attributes plugin because we use the uniquemember<br>
> attribute instead of member, and according to documentation<br>
> (<a href="http://directory.fedoraproject.org/wiki/MemberOf_Plugin" target="_blank">http://directory.fedoraproject.org/wiki/MemberOf_Plugin</a>), the attribute<br>
> name is not configurable.<br>
><br>
> Regards.<br>
><br>
> 2009/12/15 Andrey Ivanov <<a href="mailto:andrey.ivanov@polytechnique.fr">andrey.ivanov@polytechnique.fr</a>><br>
>><br>
>> Hi,<br>
>><br>
>> you can configure the  memberOf plugin to use uniqueMember/memberOf<br>
>> attributes. You don't need linked attributes plug-in for that.<br>
>><br>
>> As for the date of birth :) of the linked attribuites plug-in,<br>
>> according to git commits the plug-in appeared end of june, so it<br>
>> should be present at least in version 1.2.3.<br>
>><br>
>><br>
>><br>
>> 2009/12/15 Juan Asensio Sánchez <<a href="mailto:okelet@gmail.com">okelet@gmail.com</a>>:<br>
>> > Hi<br>
>> ><br>
>> > I am trying to configure the linked attributes plugin, to make it work<br>
>> > like<br>
>> > the memberf plugin, but with the uniquemember attribute instead of the<br>
>> > member attribute. I have found that this plugin is not included in FDS<br>
>> > v1.1.3, but yes in 1.2.2. Which version did start to include this<br>
>> > plugin? We<br>
>> > have servers with mixed versions.<br>
>> ><br>
>> > How will this plugin behave with read only databases? Will the attribute<br>
>> > memberOf be included in users whose database is configured ad "referral<br>
>> > on<br>
>> > update", on only in those configured ad "backend"?<br>
>> ><br>
>> > Regards.<br>
>> ><br>
>> > --<br>
>> > 389 users mailing list<br>
>> > <a href="mailto:389-users@redhat.com">389-users@redhat.com</a><br>
>> > <a href="https://www.redhat.com/mailman/listinfo/fedora-directory-users" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a><br>
>> ><br>
>> ><br>
>><br>
>> --<br>
>> 389 users mailing list<br>
>> <a href="mailto:389-users@redhat.com">389-users@redhat.com</a><br>
>> <a href="https://www.redhat.com/mailman/listinfo/fedora-directory-users" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a><br>
><br>
><br>
> --<br>
> 389 users mailing list<br>
> <a href="mailto:389-users@redhat.com">389-users@redhat.com</a><br>
> <a href="https://www.redhat.com/mailman/listinfo/fedora-directory-users" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a><br>
><br>
><br>
<br>
--<br>
389 users mailing list<br>
<a href="mailto:389-users@redhat.com">389-users@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/fedora-directory-users" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a><br>
</div></div></blockquote></div><br>