On Thu, Feb 26, 2004 at 08:56:50PM +0530, Shekhar Joshi wrote: > Hello, > > I have been trying to install and configure qmail-ldap. The previous > problem of adding users to acounts ou was solved. It was caused by an > incorrect declaration in the ldif file. > > After that, the progress was slow :D. After adding the a dummy > account. When I run qmail-ldaplookup, the server complains , exact > output is given below. > > [EMAIL PROTECTED] root]# /var/qmail/bin/qmail-ldaplookup -u shekhar > Searching ldap for: (&(objectClass=qmailUser)(uid=shekhar)) > under dn: cn=Manager,dc=dishatech,dc=com > qmail-ldaplookup: fatal: qldap_filter: no such object > > Searched google as well as archives but could not fiind anything. The > /var/qmail/control/* files are correctly populated. >
I don't think so. qmail-ldaplookup searches for (&(objectClass=qmailUser)(uid=shekhar)) under the basedn cn=Manager,dc=dishatech,dc=com. I think you confused ldaplogin with ldapbasedn. Also try /var/qmail/bin/qmail-ldaplookup -d 255 -u shekhar this will give you additional informations. -- :wq Claudio
