Hi,
First, you should not include the "dn" part in the context entry:
dn: ou=klbf,o=kalbefarma
Then, the problem is that the 'dominoOrganizationalUnit' object does not
exist in Apache DS. It's a Lotus specific object class.
Unfortunately, you'll not be able to store any address or domain information
in an "organizationalUnit" object class.
If this information is important for you, you'll have to define a custom
schema with an extension of the "organizationalUnit" object class to store
this information.
If not, you can try with this context entry:
<property name="contextEntry">
<value>
objectclass: organizationalUnit
objectclass: top
ou: klbf
</value>
</property>
In any case, don't forget to set the 'suffix' like this:
<property name="suffix" value="ou=klbf,o=kalbefarma" />
Hope this helps,
Pierre-Arnaud
On Tue, Mar 4, 2008 at 2:37 PM, Frans Thamura <[EMAIL PROTECTED]> wrote:
> hi all
>
> now i have a o :) means organization
>
> my lotus top level is look like this
>
> dn: ou=klbf,o=kalbefarma
> objectclass: dominoOrganizationalUnit
> objectclass: organizationalUnit
> objectclass: top
> mailaddress: Admin
> maildomain: KalbeFarma
> ou: klbf
>
> any idea to migrate?
>
> i successfully create a o=kalbefarma, which kalbefarma work like sevenseas
>
> i try that ldif, the error is record invalid
>
> can share
>
> F
>