[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: Re: [ldap] LDAP:error 32 -No SuchObject
Looks like the base DN that you are connecting with, does not exist. Ensure
that you have no error while you to add. You can start slapd in debug mode
(with -d option) and watch out any failures in add.
Also ensure that the data you are trying to add has the base dn specified.
If all these are right you should be able to connect after the base dn is
setup.
Good Luck.
Jeeva Venkataraman,
Software Engineer,MediaOcean.
Everything is permanent, till it changes and after it changes, its permanent
again.
-----Original Message-----
From: raghu [mailto:raghu@qsoftindia.com]
Sent: Thursday, May 09, 2002 5:49 AM
To: openldap-software@OpenLDAP.org
Subject: Fwd: Re: [ldap] LDAP:error 32 -No SuchObject
---------- Forwarded Message ----------
Subject: Re: [ldap] LDAP:error 32 -No SuchObject
Date: Thu, 9 May 2002 14:04:10 +0530
From: raghu <raghu@qsoftindia.com>
To: Dhananjay Kulkarni <kulkarni@cs.ucr.edu>
Cc: raghu@qsoftindia.com, ksk@jist.co.in
Dear all
Here I am sending the slapd.conf file entries
/etc/openldap/slapd.conf
database ldbm
suffix "dc=qsoft,dc=com"
rootdn "cn=Manager,dc=qsoft,dc=com"
rootpw secret
directory /var/lib/ldap
index objectClass, uid,uidNumber,gidNumber,memberUid eq
index cn,mail,surname,givenname eq,subinitial
And I am using ldapbrowser to connect to the ldap server
host 192.9.200.16 port 389
base DN dc=qsoft,dc=com
user DN cn=Manager, dc=qsoft,dc=com
password secret
after giving above values in ldap browser wnhen i press connect it is
giving error list failed
LDAP:error 32 -No SuchObject
Please give me the solution for this.
Regards
Raghu
-------------------------------------------------------