diff options
-rwxr-xr-x | samba_wizard/Samba.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/samba_wizard/Samba.pm b/samba_wizard/Samba.pm index 192290db..8c9f1d31 100755 --- a/samba_wizard/Samba.pm +++ b/samba_wizard/Samba.pm @@ -64,9 +64,9 @@ my $o = { wiz_dns_proxy => '', wiz_sambatype => '', }, -# init => sub { -# test_host_domain($SHORTHOSTNAME, $DOMAINNAME); -# }, + init => sub { + test_host_domain($SHORTHOSTNAME, $DOMAINNAME); + }, needed_rpm => [ 'samba-server' ], defaultimage => "/usr/share/wizards/samba_wizard/images/samba.png" }; @@ -80,7 +80,7 @@ use Data::Dumper; print Dumper($samba); my %type = ( - # 1 => N('BDC - backup domain controller (need PDC+LDAP)'), + 1 => N('BDC - backup domain controller (need PDC+LDAP)'), 2 => N('PDC - primary domain controller'), 3 => N('Standalone - standalone server'), # 4 => N('Member - member of a domain'), |