On Tuesday 17 June 2008 14:22:59 Aravind Arjunan wrote:
---------- Forwarded message ---------- From: Aravind Arjunan aravind.arjunan@gmail.com Date: 17 Jun 2008 17:52 Subject: Re: openldap To: Michael Ströder michael@stroeder.com
This is my ldif file, here i have used objectclass as person
Objectclass person does not include the mail attribute. The objectclass inetOrgPerson, which you have commented out, does.
and i have included attribute mail and i got the error.
I had tested by adding objectClass as inetOrgPerson and i got the below error.
ldap_modify: Cannot modify object class (69) additional info: structural object class modification from 'person' to ' inetOrgPerson' not allowed
Create the entry with the objectclass inetOrgPerson initially ...
# Oracle Team
dn: cn=saju,ou=solution,dc=test,dc=com objectClass: person #objectClass: inetOrgPerson cn: saju sn: kuttan description: Oracle team telephoneNumber: 9891950975 mail: csaju@hcl.in
Regards, Buchan