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

Re: design issue...



George Mardale writes:
> Is there any way to define a schema that accepts an object class having an
> unlimited number of attributes (sort of runtime attributes)?

The extensibeObject auxiliary objectclass accepts all known attributes.
You still need a structural objectclass which says what kind of object
it is (person/applicationProcess/whatever, and you must specify the
attributes mandated by that objectclass.

However, even with extensibleObject you can only add attributes that are
known by the server: slapd.conf must define the attributes or include
a file which defines them.

-- 
Hallvard