Previous Topic: Extensible ObjectsNext Topic: Make an Existing Object Extensible


Make an Existing Object Class Extensible

If you are writing a schema for a CA Directory DSA, you can make an object class extensible.

To make an existing object class extensible

  1. Open the schema file and find the object class that you want to update.
  2. Add all-attributes to the may-contain list, as follows:
    schema set object-class prefix:2 = {
    ...
    may-contain
    	all-attributes
    ...
    };
    
  3. Initialize the DSA.