Quanah Gibson-Mount wrote:
--On Friday, March 30, 2007 8:26 PM +0100 tomasz tomaszd@paraklet.net wrote:
Pierangelo Masarati wrote:
tomasz wrote:
hi, my problem about it is slave server is not copied attr authzTo from master server
You should explicitly request their replication ...
attrs="*"
... by setting the "attrs" option in "syncrepl" to
attrs="*,authzFrom,authzTo"
Ing. Pierangelo Masarati OpenLDAP Core Team
cheers i will try that at Monday
thank you
i thought '*' included everything.... looks like misreading to me... is it clear in docs?
Why are you even setting attrs? Do you want to *not* copy operational attributes? Usually you need to do this for things to work right, period. Note that the default for attrs if it is not specified is "*,+", which is all attributes plus all operational attributes. There is almost never a reason to not just use the default, and plenty of reasons to use it.
--Quanah
thats nice and fine ... but doesnt work... i've tried without set up attr for syncrep tried with attrs="*,+"; attrs="*,authzFrom,authzTo"
nothing ... still not copied
is it ok with schemas?
include /usr/local/etc/openldap/schema/core.schema include /usr/local/etc/openldap/schema/misc.schema include /usr/local/etc/openldap/schema/cosine.schema include /usr/local/etc/openldap/schema/inetorgperson.schema include /usr/local/etc/openldap/schema/openldap.schema include /usr/share/sendmail/cf/sendmail.schema
or should i include something else?