After you have made a object extensible, you can add any attribute in the schema to that object.
You cannot do this using JXweb. This section describes how to do this using DSA console commands.
To add an attribute to an extensible object
bind-req;
mod-entry-req entry=DN add-attr {attribute-name "attribute-value"};
For example, to add the carLicense attribute with the value EXT 133 to the Democorp organization entry, use the following command:
mod-entry-req entry=<c au><o democorp> add-attr {carLicense "EXT 133"};
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |