TL;DR:
How can I make user
objectClass in Active Directory to inherit the attributes from my custom xyz
objectClass?
More text:
This seemed to be any easy task, but I I have been searching and trying for couple of hours with no success.
I have a simple fresh Active Directory Domain Controller, and all users has user
objectClass.
Now when I create a custom attribute and add it to user
objectClass, I find it every user's attributes (i.e. administrator will have this new custom attribute, user abc will have it, etc...).
But what I want to do is, creating my different objectClasses for each service, let's say, an objectClass for OpenVPN
where all OpenVPN service attributes are organized. And then I want user
objectClass to inherit all those attributes from OpenVPN
objectClass.
I tried the following: In user
objectClass property, in relationship
tab, auxiliary classes, I added OpenVPN
objectClass, but that did nothing. I don't know what does this relationship should do.
Could some body help me in that?