Richard smith <[EMAIL PROTECTED]> writes: > 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" \
Your are requesting a TLS session but you have not configured slapd to accept a startTLS request. -Dieter -- Dieter Klünter | Systemberatung http://www.dkluenter.de GPG Key ID:8EF7B6C6
