FallbackServers { get; init; } = [];
}
diff --git a/src/ZB.MOM.WW.MxGateway.Server/Dashboard/Components/Pages/SettingsPage.razor b/src/ZB.MOM.WW.MxGateway.Server/Dashboard/Components/Pages/SettingsPage.razor
index 628be01..2d57f39 100644
--- a/src/ZB.MOM.WW.MxGateway.Server/Dashboard/Components/Pages/SettingsPage.razor
+++ b/src/ZB.MOM.WW.MxGateway.Server/Dashboard/Components/Pages/SettingsPage.razor
@@ -26,6 +26,21 @@ else
| Run migrations | @Snapshot.Configuration.Authentication.RunMigrationsOnStartup |
| LDAP enabled | @Snapshot.Configuration.Ldap.Enabled |
| LDAP server | @Snapshot.Configuration.Ldap.Server:@Snapshot.Configuration.Ldap.Port |
+
+ | LDAP fallback servers |
+ @* Rendered even when empty: "none" is the operationally interesting answer
+ on a host someone believes has a backup DC configured. *@
+
+ @if (Snapshot.Configuration.Ldap.FallbackServers.Count == 0)
+ {
+ none
+ }
+ else
+ {
+ @string.Join(", ", Snapshot.Configuration.Ldap.FallbackServers)
+ }
+ |
+
| LDAP transport | @Snapshot.Configuration.Ldap.Transport |
| LDAP search base | @Snapshot.Configuration.Ldap.SearchBase |
| LDAP service account | @Snapshot.Configuration.Ldap.ServiceAccountDn |
diff --git a/src/ZB.MOM.WW.MxGateway.Server/ZB.MOM.WW.MxGateway.Server.csproj b/src/ZB.MOM.WW.MxGateway.Server/ZB.MOM.WW.MxGateway.Server.csproj
index 93162cf..22b0147 100644
--- a/src/ZB.MOM.WW.MxGateway.Server/ZB.MOM.WW.MxGateway.Server.csproj
+++ b/src/ZB.MOM.WW.MxGateway.Server/ZB.MOM.WW.MxGateway.Server.csproj
@@ -10,20 +10,20 @@
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+