Work on adding additional objectclasses to an entry

This commit is contained in:
2025-02-02 09:22:42 +11:00
parent 3a4b0bfe05
commit d61685a5b2
9 changed files with 244 additions and 51 deletions

View File

@@ -442,6 +442,16 @@ final class ObjectClass extends Base
return $this->type;
}
/**
* Return if this objectclass is auxiliary
*
* @return bool
*/
public function isAuxiliary(): bool
{
return $this->type === Server::OC_AUXILIARY;
}
/**
* Determine if an array is listed in the may_force attrs
*/