Michael Torrie writes: > I need to run openldap with schema checking off. This is because in > the real work, things are not always ideal. I have to be able to > declare an object to be of objectClass posixGroup *and* > GroupOfUniqueNames.
Create an object class which is a subclass of both of these classes. Include that class in your objects. Now the objects have a single structural class, and will pass the schema checks. -- Hallvard
