DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Designing SCOadmin object service agents

Example: class registration

This example has four object classes associated with one OSA. Two of the classes are just empty containers, while the others are the actual object classes (a typical case). Remember than an object class name has two parts: a vendor name (in this example acme) and a class name.

First, we register the container classes with the system, in this case users and groups:

/sbin/classconf -A acme users userOsa
/sbin/classconf -A acme groups userOsa

Now we register the actual object classes, in this case: this case user and group:

/sbin/classconf -A acme user userOsa
/sbin/classconf -A acme group userOsa


Next topic: Example: OSA registration
Previous topic: Step 7: Create and register your OSA

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004