Hi,
I have modified qmail.schema as per rfc 2252 (to workaround the schema
errors it throws) have also removed the (default) inclusion of
misc.schema from the slapd.conf because of conflict with
qmail.schema.
Now when I try to add the the following to ldap using a ldif file. the
server complains
ldap_add: Server is unwilling to perform (53)
additional info: referral missing
my ldif.accounts reads as follows:
-------------cut-------------------------
dn: cn=Shekhar , ou=accounts, dc=dishaatech, dc=com
cn: Shekhar
sn: Joshi
ou: accounts
objectclass: top
objectclass: person
objectclass: inetOrgPerson
objectclass: qmailUser
mail: [EMAIL PROTECTED]
mailAlternateAddress: [EMAIL PROTECTED]
mailAlternateAddress: [EMAIL PROTECTED]
mailHost: k2.dishatech.com
mailMessageStore: /home/shekhar
uid: shekhar
userPassword: {CRYPT}N2xDE/UX29wtI
-------------cut-------------------------
Assuming what I have done till now is correct, can someone pointout
what am I mising in the above mentioned ldif file which will stop the
openldap server from complaining.
Here's breif info about my existing setup MDK9.2, Openldap-2.1.22 &
qmail-ldap-1.03-20040201.patch
TAI.
-- Shekhar