On Friday 05 October 2007 09:18:23 Richard smith wrote: > I'm trying to add the following to a new database. > I assume this is therefore an empty database. > I keep getting the error: > ldap_sasl_interactive_bind_s: No such object (32) > > Thanks > > > [dir ~]# > [dir ~]# cat ldap_test_add_file > dn: dc=mydomainname,dc=name,dc=example,dc=com > dc: mydomainname > objectClass: top > objectClass: domain > [dir ~]# > [dir ~]# > [dir ~]# > [dir ~]# /usr/bin/ldapadd -ZZ -H "ldap://mydomainname.name.example.com" \ > -D > "uid=root,dc=mydomainname,dc=name,dc=example,dc=com" \ -W -f > ldap_test_add_file > Enter LDAP Password: CORRECT pw given > ldap_sasl_interactive_bind_s: No such object (32)
Add -x, as you are doing a simple bind (-D, -W). Regards, Buchan
