You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@directory.apache.org by Frans Thamura <fr...@meruvian.org> on 2008/03/04 14:37:14 UTC

Migration Lotus LDAP to APache DS #2

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

Re: Migration Lotus LDAP to APache DS #2

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
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 <fr...@meruvian.org> 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
>

Re: Migration Lotus LDAP to APache DS #2

Posted by Frans Thamura <fr...@meruvian.org>.
On Tue, Mar 4, 2008 at 9:31 PM, Emmanuel Lecharny <el...@gmail.com>
wrote:

> Frans Thamura wrote:
> > objectclass: dominoOrganizationalUnit
> >
> You have to import this new ObjectClass into the server.
>
> http://directory.apache.org/apacheds/1.5/add-your-first-elements-to-the-schema.html


in the progress :)

hope after migration, can integrate apacheds with zimbra :)


Frans

Re: Migration Lotus LDAP to APache DS #2

Posted by Emmanuel Lecharny <el...@gmail.com>.
Frans Thamura wrote:
> objectclass: dominoOrganizationalUnit
>   
You have to import this new ObjectClass into the server.
http://directory.apache.org/apacheds/1.5/add-your-first-elements-to-the-schema.html

But be aware that it is a little bit more tricky than the previous steps :)

-- 
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org