<br><div class="gmail_quote">2009/4/22 Rich Megginson <span dir="ltr">&lt;<a href="mailto:rmeggins@redhat.com">rmeggins@redhat.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Don&#39;t use changetype: add - if there is no changetype, the parser assumes you want to add the entry.<div class="im"></div></blockquote><div><br>That did the trick for the replication manager, it gets added now.<br><br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The parser doesn&#39;t understand the &#39;-&#39;.  So instead, do this:<div class="im"><br>
changetype: modify<br>
replace: nsslapd-sizelimit<br></div>
replace: nsslapd-timelimit<br>
nsslapd-sizelimit: 20000<br>
nsslapd-timelimit: 120<br>
<br>
That is, group all of the command statements together, then the attributes and values, without using any &#39;-&#39;.</blockquote><div> </div><div>This doesn&#39;t appear to work. nsslapd-sizelimit and nsslapd-timelimit under cn=default instance config,cn=chaining database,cn=plugins,cn=config are still not updated with this change. I also tried splitting them up into two entirely separate changetype: modify blocks but they aren&#39;t set then either. It works either way with ldapmodify though.<br>
</div></div><br>