---------- Forwarded message ---------- From: Aravind Arjunan aravind.arjunan@gmail.com Date: 17 Jun 2008 18:25 Subject: Re: Fwd: openldap To: Buchan Milne bgmilne@staff.telkomsa.net
Its working when i do it intially. can you please tell wat objectclass i have to add when i add the below attributes.
1)Nickname: 2)E-mail address: 3)First name: 4)Last name: 5)Additional info:
On 17/06/2008, Buchan Milne bgmilne@staff.telkomsa.net wrote:
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