[Date Prev][Date Next] [Chronological] [Thread] [Top]

Fwd: schema in openldap





---------- Forwarded message ----------
From: Aravind Arjunan <aravind.arjunan@gmail.com>
Date: 18 Jun 2008 16:08
Subject: Re: schema in openldap
To: Buchan Milne <bgmilne@staff.telkomsa.net>

I like to know whether it is possible to create our own schema and add our own attributes and objectclass for that or not?
If it is possible send me an example file so that i would be very thankfull to you.
Since am trying to create my own schema and try to add attributes in that.But when i try to  restart the ldap service i got the below error.
 
Checking configuration files for slapd:  /etc/openldap/schema/att.schema: line 3: AttributeType SYNTAX or SUPerior required: "1.3.6.1.4.1.4203.666.1.100.121"
slaptest: bad configuration file!
                                                           [FAILED]
please help me with this issue.

 
On 18/06/2008, Aravind Arjunan <aravind.arjunan@gmail.com> wrote:
Ok i had add entries like what you said, but when i try synchronize the ldap address book in squirrel mail its saying no such object in ldap.


On 18/06/2008, Buchan Milne <bgmilne@staff.telkomsa.net> wrote:
On Wednesday 18 June 2008 10:33:47 Aravind Arjunan wrote:
> This is my newely created schema file in my ldap server for adding the
> attributes.

Why are you making your life difficult? Just add entries like this:


dn: cn=Saju Kuttan,ou=solution,dc=test,dc=com
objectClass: inetOrgPerson
cn: Saju Kuttan
sn: Kuttan
givenName: Saju
description: Saju Kuttan in the Oracle team
telephoneNumber: 9891950975
mail: csaju@hcl.in


There doesn't seem to be an attribute for the Nick Name field in Outlook, see:
http://www.openldap.org/faq/data/cache/294.html


Regards,
Buchan