/** * Assembles the organizational units in the distinguished Name. * * @return string */ public function assembleOus() { return $this->assembleRdns($this->schema->organizationalUnitShort(), $this->organizationUnits); }