Add DNS-based domain/DC auto-discovery
This commit is contained in:
+4
-1
@@ -18,7 +18,10 @@
|
||||
<Grid ColumnDefinitions="*,90,130,210" RowDefinitions="Auto,Auto,Auto,Auto" ColumnSpacing="10" RowSpacing="8">
|
||||
<StackPanel Grid.Row="0" Grid.Column="0">
|
||||
<TextBlock Text="Domain controller / LDAP host" />
|
||||
<TextBox x:Name="LdapHostBox" PlaceholderText="dc01.contoso.local" />
|
||||
<Grid ColumnDefinitions="*,Auto" ColumnSpacing="6">
|
||||
<TextBox x:Name="LdapHostBox" PlaceholderText="dc01.contoso.local" />
|
||||
<Button Grid.Column="1" x:Name="DiscoverButton" Content="Discover" Click="Discover_Click" />
|
||||
</Grid>
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Grid.Row="0" Grid.Column="1">
|
||||
|
||||
Reference in New Issue
Block a user