Re: [Fedora-directory-users] ConfigFile directives in .inf-files

2009-04-23 Thread tamarin p
2009/4/23 Rich Megginson > But other changetype: modify replace: foo work with your ConfigFile > setting, correct? So is it just this one for the chaining default instance > config that does not work? > >> That is correct. Your calling the dn "chaining default instance" just now has made me rea

Re: [Fedora-directory-users] ConfigFile directives in .inf-files

2009-04-23 Thread Rich Megginson
tamarin p wrote: 2009/4/22 Rich Megginson > Don't use changetype: add - if there is no changetype, the parser assumes you want to add the entry. That did the trick for the replication manager, it gets added now. The parser doesn't understand the '-'.

Re: [Fedora-directory-users] ConfigFile directives in .inf-files

2009-04-23 Thread tamarin p
2009/4/22 Rich Megginson > Don't use changetype: add - if there is no changetype, the parser assumes > you want to add the entry. > That did the trick for the replication manager, it gets added now. The parser doesn't understand the '-'. So instead, do this: > changetype: modify > replace: nss

Re: [Fedora-directory-users] ConfigFile directives in .inf-files

2009-04-22 Thread Rich Megginson
tamarin p wrote: I'm (still :) trying to fully automate ldap installation for our specific deployment with setup-ds.pl in silent mode.. I have an inf which uses ConfigFile directives to try to define indexes, cache sizes and other settings for the directory server. My problem is, only a small