Syncrepl uses a regular ldapsearch operation to do its work. The attrs specifier is identical to what you use for ldapsearch. If you want all the operational attributes, use "+". Note that syncrepl uses attrs="*,+" by default so if you just want all attributes, you should just use the default and not bother configuring attrs= at all.On Tue, 13 Sep 2005, Howard Chu wrote:
[...]createTimestamp
creatorsName
modifiersName
modifyTimestamp
Depends on your syncrepl consumer configuration, since you explicitly specify
which attributes to replicate there.
So "attrs=*" replicates the operational attributes structuralObjectClass, entryCSN and entryUUID, but not the above? That would be...odd...
That being the case, would I need something like;
attrs="*,createTimestamp,creatorsName,modifiersName,modifyTimestamp" ?
-- -- Howard Chu Chief Architect, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc OpenLDAP Core Team http://www.openldap.org/project/