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

Re: Question about replication and attribute



Gerald Garland wrote:

> Greetings,
>
> I have replication working between a master and a replica server. I want
> to add another replica server but I don't want to send certain
> attributes such as UserPassword or other attributes to this server.
>
> Would someone please give me advice on how to handle this situation?
> I was thinking maybe adding another database or limiting access through
> access control list but I'm not sure how this will work. As you can see,
> I need some advice.
>
> Thanks in advance for any help.
>
> Gerald

Some LDAP products do this for you with a simple configuration.  To make
this work with OpenLDAP, at this point you need to either hack the code
yourself, or write a program/script that takes the replog and filters out
the attributes you don't want the replica to see, then crank the result
through slurpd in oneshot (-o) mode.

Randy