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

Re: LDAP Partial Replication



On Mon, Apr 14, 2003 at 11:46:08AM -0500, Celso G. Lima wrote:
> Is there any way to replicate just a subset of the attributes and object
> classes associated with a dn? We are planning to have a master LDAP which

I would think there is a way. From the slapd.conf manpage:
  replica   host=<hostname>[:port]   [tls=yes|critical]  [suffix=<suffix>
              [...]]      bindmethod=simple|sasl     [binddn=<simple      DN>]
              [credentials=<simple     password>]    [saslmech=<SASL    mech>]
              [secprops=<properties>] [realm=<realm>] [authcId=<authentication
              ID>] [authzId=<authorization ID>] [attr[!]=<attr list>]

I have never played with this, but I would be interested in the results. I guess
you should play with the "attr=" and "suffix=" parameters.