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

RE: custom schema



Title: Message
can i have an example of a new attribute and objectclasses.
suppose, i want to create a new attribute 'bankName', which will contain 'string' type of data
what would be the definition of the attribute and what are the objectclasses.
kindly let me know how to do it
 
regards
sarath
-----Original Message-----
From: Selim Baccar [mailto:selim_baccar@yahoo.fr]
Sent: Wednesday, May 22, 2002 1:06 PM
To: sarath.chandra@uaeexchange.com
Subject: RE: custom schema

hi,
you have to creat a file name.schema that u put in /etc/openldap/schema directory.
you add all your attributes and objectclasses. do not use existing names.
next you will have to edit slapd.conf and add the line : include /etc/openldap/schema/name.schema after all the includes.
restart your server and it's ok