University Drupal Multisite Governance: A Working Model

About the Author

Jose Bajawi

Director of Solutions Architecture

Jose Bajawi is a System Architect at Vardot with over 15 years of experience building enterprise-grade web applications on Drupal. He specializes in designing scalable, high-performance architectures that power complex digital ecosystems across non-profit, corporate, and e-commerce sectors. At Vardot, Jose leads technical strategy and infrastructure planning, ensuring robust security, seamless integrations, and optimized delivery workflows. A regular contributor to the Drupal community, he believes in open-source innovation and maintainable code.

FAQs

Drupal multisite runs one codebase with a separate database per site, giving physical separation of content and users. Domain Access runs one codebase and one shared database, separating sites logically through access control. Multisite allows harder separation, including different geographic database locations, while Domain Access makes sharing content across sites far simpler.

Drupal multisite is worth it for a university only when hard separation is required, such as per-campus compliance differences, distinct language sets, or data residency needs. For a typical college structure, logical separation through Domain Access or the Group module delivers decentralized governance with lower maintenance and hosting overhead. Both beat independent silo sites.

Universities keep branding consistent by serving every college site from one shared Drupal theme. Logo, colors, and typography are managed from a single point and cascade to all sites, so no college can drift from the brand. Independent college sites lose this guarantee, and branding deviates over time.

Public universities in jurisdictions of 50,000 or more people must conform to WCAG 2.1 Level AA by April 26, 2027, after the US Department of Justice extended the original 2026 deadline by one year in April 2026. Smaller public institutions have until April 26, 2028. The technical standard itself is unchanged.

In a Drupal multisite, users are separate per site: an admin on one campus site has no access to another. Organization-wide access is handled by integrating single sign-on through an identity management system such as Microsoft Entra ID. Roles and permissions are defined centrally and enforced through deployed configuration, not admin-screen changes.

Join the conversation +