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
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
|