On Fri, Feb 15, 2008 at 5:32 AM, Wei Chen <[EMAIL PROTECTED]> wrote:

> Hi all,
>
> I try to import a LDIF file but got exception as
> follow. SOmeone knows why?
>

Yeah below you see the schema subsystem is complaining that the entry you're
trying to add does not support the addition of the 'uid' attribute.  This
means you need an objectClass value of uidObject or extensibleObject to make
this add work.


>
> javax.naming.directory.SchemaViolationException:
> [LDAP: error code 65 - failed to add entry
> uid=specialUser,ou=departments,o=manufacturingEnterprise,dc=org:
>
> Attribute uid not declared in objectClasses of entry
> uid=specialUser,ou=departments,o=manufacturingEnterprise,dc=org];
>
>
HTH,
Alex

Reply via email to