

Administration Guide › Rarely-Used Features › Set Up Dynamic Objects › Extensible Objects › Make an Existing Object Class 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
- Open the schema file and find the object class that you want to update.
- Add all-attributes to the may-contain list, as follows:
schema set object-class prefix:2 = {
...
may-contain
all-attributes
...
};
- Initialize the DSA.
Copyright © 2013 CA.
All rights reserved.
 
|
|