|
|
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