Skip to content

Commit

Permalink
default to standalone server role
Browse files Browse the repository at this point in the history
PDC and BDC roles will eventually be removed from the UI.
  • Loading branch information
ddiss committed Nov 27, 2014
1 parent 1a87d01 commit 3eab42c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dialogs.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ any Installation_Step2 () {
`VSquash(`Frame(_("Samba Server Type"), `VBox(
`RadioButtonGroup(`id("samba_server_type"), `VBox(
`VSpacing(1),
`Left(`RadioButton(`id("PDC"), pdc, !has_pdc)),
`Left(`RadioButton(`id("PDC"), pdc, false)),
`HBox(
`HSpacing(4),
// appears on new line after Primary Domain Controller radio button
Expand All @@ -159,7 +159,7 @@ any Installation_Step2 () {
`HSpacing(4),
`Left(`Label("")))
),
`Left(`RadioButton(`id ("Standalone"), standalone, has_pdc)),
`Left(`RadioButton(`id ("Standalone"), standalone, true)),
`VSpacing(1)))))),
`VStretch());

Expand Down

0 comments on commit 3eab42c

Please sign in to comment.