I made a few changes to my test.ldif, now I'm getting this error:


add o:
         mydomain.com
add objectclass:
         top
         organization
adding new entry "o=mydomain.com"
ldap_add: Unknown error
         additional info: next_id add failed

ldif_record() = 80

Here is what my test.ldif looks like...

dn: o=mydomain.com
o: mydomain.com
objectclass: top
objectclass: organization

dn: ou=users, o=mydomain.com
ou: users
objectclass: organizationalUnit

dn: cn=Cecil Watson, ou=users, o=mydomain.com
objectclass: person
cn: Cecil Watson
sn: Watson

Thanks in advance,

Cecil

Cecil Watson wrote:

> I'm trying to learn LDAP, so I can implement things like roaming 
> profiles, etc.  When I run ldapadd, I get the following error:
> ldap_add:  no such object
> 
> I've looked at various resources online, but cannot find the possible 
> cause or solution.  Any pointers?  Thanks in advance,
> 
> Cecil


Reply via email to