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;
  (fate#316502).
- 2.18.0
  • Loading branch information
ddiss committed Dec 1, 2014
1 parent 1a87d01 commit 4a256f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.17.15
2.18.0
6 changes: 6 additions & 0 deletions package/yast2-samba-server.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 27 17:36:21 UTC 2014 - ddiss@suse.com

- Default to standalone server role; (fate#316502).
- 2.18.0

-------------------------------------------------------------------
Tue Feb 19 10:19:05 CET 2013 - jsuchome@suse.cz

Expand Down
4 changes: 2 additions & 2 deletions src/dialogs.ycp
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 4a256f2

Please sign in to comment.