Hi,<br><br>I think I got the answer, but I would like to confirm that if I'm correct.<br><br>At any given time, a single object class can only inherit from one and only one object class (no multiple inheritance).<br><br>For example, if I have 3 object classes
<br>1. objectclassA with attribute1<br>2. objectclassB with attribute2<br>3. objectclassC with attribute3<br>Then objectclassC can only either inherit from objectclassA or objectclassB.<br><br>If I want multiple inheirtance, then I'll need the following setup
<br>1. objectclassB inherits from objectclassA<br>2. objectclassC inheirts from objectclassB<br><br>If I am correct about the object class inheritance, so that means thdoes this rule only apply on Fedora Directory Server or it applies to all other LDAP-enabled directory servers?
<br><br>Thanks!<br><br>David Chu<br>