Hi Michael, Quannah and Howard, thanks for great support. I've some progress, but I did not solved/tested problem yet (working on it). So I'll summarize my progress:
First of all, at Ubuntu 16 (and probably others as well) LDAP binary is compiled without "meta" support -> that caused some strange errors when I was trying for conversion -> need to build LDAP server from sources and install it on target system. As reference I used "slapd-meta.conf" from sources. But there was some variables, which I had to change. For example I changed "@BACKEND@" to "./servers/slapd/schema/", "@URI@" to "ldap://127.0.0.1:389/" and so on. Then convert command was successful: $ slaptest -f ~/slapd-meta_test.conf -F /tmp/slapd.d/
If there will be some problem, I'll let you know. Also in case I'll run it successfully. I'll post manual as well.
Best regards Martin Stejskal
From: Michael Ströder <michael@stroeder.com>
Sent: 13 January 2017 10:03:49 To: Martin Stejskal; openldap-technical@openldap.org Subject: Re: slapd-meta with olc Martin Stejskal wrote:
> I know there is slapd.conf to cn=config converter, but unfortunately I was not > able to make it work (errors during conversion). Could you please elaborate on that ideally with a slapd.conf for which the conversion fails? CIao, Michael. |