[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ldap_add: Already exists



Ok, you want to add dn: cn=xyz, dc=ubm,dc=com,dc=edu.
Your example.ldif should contain only what you want to add :

dn: cn=xyz, dc=ubm,dc=com,dc=edu
objectclass: organizationalRole
cn: xyz

only  !

and not

dn: dc=ubm, dc=com, dc=edu
objectclass: dcObject
objectclass: organisation
dc: ubm

: It already exists.

Bye,

vincent.


lin s wrote:

> my example.ldif file looks this way
> dn: dc=ubm, dc=com, dc=edu
> objectclass: dcObject
> objectclass: organisation
> dc: ubm
>
> dn: cn=xyz, dc=ubm,dc=com,dc=edu
> objectclass: organizationalRole
> cn: xyz
>
> --- Vincent Bonamy <vincent.bonamy@geomath.fr> wrote:
> > What is your example.ldif ?
> >
> > lin s wrote:
> >
> > > hi to all,
> > > I have been trying to add some entries using
> > Ldapadd.
> > > I first add Admin@ubm.com.edu
> > > I tried ldapsearch which gave me the following
> > result.
> > >
> > > $ ldapsearch -x -b 'dc=ubm,dc=com,dc=edu' '
> > > (objectclass=*)'
> > > version: 2
> > >
> > > #
> > > # filter: (objectclass=*)
> > > # requesting: ALL
> > > #
> > >
> > > # ubm, dc=ubm,dc=edu
> > > dn: dc=ubm, dc=com,dc=edu
> > > objectClass: dcObject
> > > objectClass: organisation
> > > dc: ubm
> > >
> > > # Admin, dc=ubm,dc=com,dc=edu
> > > dn: cn=Admin, dc=ubm,dc=com,dc=edu
> > > objectClass: organizationalRole
> > > cn:: TWFuYWdlciA=
> > >
> > > # search result
> > > search: 2
> > > result: 0 Success
> > >
> > > # numResponses: 3
> > > # numEntries: 2
> > > $
> > >
> > > But when i try to add one more entry
> > xyz@ubm.com.edu
> > > it says
> > > Already exists.
> > >
> > > $ ldapadd -x -D "cn=Manager,dc=ubm,dc=com,dc=edu"
> > >  -W -f example.ldif
> > > Enter LDAP Password:
> > > adding new entry "dc=ubm,dc=com,dc=edu"
> > > ldap_add: Already exists
> > >
> > > ldif_record() = 68
> > > $
> > > ~
> > > why does it give me this error ?
> > > How do i get rid of this error?
> > >
> > > Thanxs
> > > Lin s
> > >
> > >
> >
>