From: Flamand, J. <Jul...@lu...> - 2001-01-18 19:44:02
|
hi, I try to add a new attribute type to an objectclass, Attribute type 'height' to the objectclass 'person'. I created a file test.schema : ------------------------------------------------------------------------ -------------------------------------------- #test.schema attributetype ( 1.1.2.1.1 NAME 'height' DESC 'unique name with my organization' SUP name )=20 ------------------------------------------------------------------------ --------------------------------------------- I included this file in slapd.conf like that: include /usr/local/etc/openldap/schema/test.schema I don't know if I should write "shemacheck on" or "shemacheck off" ? What does it mean exactly ? In the file slapd.conf I added height in the allowed attribute: MAY ( userPassword $ telephoneNumber $ seeAlso $ description $ height ) But when I want to restart slapd, there is an error message AttributeType not found What did I wrong?=20 What is the way to add a new attribute type to an existing objectclass ? Thanks Julien =20 |