[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Syncrepl nits with operational attributes (ITS#3289)



Another feature that might be useful is the ability to read 
an attribute list from a file... just an idea :-)

-- Luke

>From: "Jong-Hyuk" <jongchoi@OpenLDAP.org>
>Subject: Re: Syncrepl nits with operational attributes (ITS#3289)
>To: <lukeh@PADL.COM>, <openldap-its@OpenLDAP.org>
>Date: Sun, 29 Aug 2004 16:29:23 -0400
>
>I've just checked in this functionality to HEAD.
>
>Inside syncrepl spec, you can specify
>
>syncrepl ....
>    ....
>    exattrs="attr1,attr2,attr3"
>    ....
>
>The original attrs directive remains the same and attrs and exattrs can be
>used together.
>
>The attributes in the attrs list are the list of attributes syncrepl
>consumer request to the provider.
>The attributes in the exattrs list are used as a local filter in the
>consumer. The syncrepl consumer will filters out the listed attributes from
>the entries returned from the provider.