Hi Michael,

How did you generate the LDIF from your own schema ? Is it with Apache LDAP
Studio ( Apache Directory Studio) ?

If not, there might be a lack of dependency information in the LDIF (
something like "m-dependencies: inetorgperson" as far as I remember ).

Could you please post the LDIF corresponding to your schema ?

Thanks,

Pierre-Arnaud Marcelot


On 8/2/07, Michael Decker <[EMAIL PROTECTED]> wrote:
>
>         Hello,
>
> I'm starting to use ApacheDS 1.5 as developer ldap server, so every
> developer
> can use his own server.
>
> So we've our own ldap schema. It seems, that if I load a new scheme into
> ApacheDS 1.5 it can't resolve super class relations until I've restart my
> ApacheDS
>
> My objectclass A is a subclass of inetOrgPerson, that of
> organizationalPerson
> and that of person. So after loading the schema (via ldif-Directory on
> startup) I try to add an new entry via ldif and get this:
>         --- SNIP ---
> #!ERROR [LDAP: error code 65 - failed to add entry
> myuid=myuser,ou=Users,dc=mydomain,dc=de: Attribute sn not declared in
> objectClasses of entry myuid=myuser,ou=Users,dc=mydomain,dc=de]
>         --- SNAP ---
> But sn is declared in object class person.
>
> If I stop my server and restart it, I can import my ldif and this enty
> will be
> created.
>
> Must I really restart ApacheDS 1.5 everytime after creating or
> modificating a
> schema? Or is there another way?
>
> Thanks a lot.
>
> With regards,
>         Michael Decker
> --
> Michael Decker                              [EMAIL PROTECTED]
> TESIS SYSware GmbH                        http://www.tesis.de
> Baierbrunner Str. 15 * 81379 Muenchen * Tel. +49 89 747377-52
>
> Geschäftsführung: Dipl.-Math. Gerhard Zipf,
>                   Dipl.-Math. Alfons Weber
> Sitz und Registergericht: München HRB 89277
>
>

Reply via email to