<%- include('header') %>
Sites & Replication

This page shows the status of Multi-Master LDAP replication peers.
Your Server ID: <%= myId %>

<% if (sites.length === 0) { %> <% } else { %> <% sites.forEach(function(site) { %> <% }); %> <% } %>
Site LDAP URL Replication Status
No replication peers configured in environment (LDAP_REPLICATION_HOSTS is empty).
<%= site.url %> <% if (site.status === 'Online') { %> Online <% } else { %> <%= site.status %> <% } %>
<%- include('footer') %>