On 21.01.2007, at 08:34, Howard Chu wrote:In general, once the slapd.conf file has been converted to LDIF, you should never manually edit the configuration ever again. Do all subsequent changes through LDAP.
Allright, will do. Already tested it, works really great!
3) This is the really interesting stuff: is it possible to start a "stupid" replication server with syncrepl, who only knows how to connect
>>> to the main server, and then syncs the schemas and parts of the config >>> to itself? that would be cool, and I guess it can be done. Yet it's >>> still dependend on question 1 :)
That is a desired feature, but we've explicitly disabled that in OpenLDAP 2.3. It will probably be enabled in OpenLDAP 2.4, but it requires
>> some other enhancements to the syncrepl system before it can be done safely.
Allright. Thanks a lot for your helpful answers!