summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-08-22 20:06:48 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-08-22 20:06:48 +0000
commit0bb8853c5afe591a74bf02329f0542ef02e1c11b (patch)
tree8137e1c9ef0b95375ddb086520c4bc35d2ca1884
parentc672af5d2e7390c1b5a6a46d60b0da96fcf9c53b (diff)
downloaddrakwizard-0bb8853c5afe591a74bf02329f0542ef02e1c11b.tar
drakwizard-0bb8853c5afe591a74bf02329f0542ef02e1c11b.tar.gz
drakwizard-0bb8853c5afe591a74bf02329f0542ef02e1c11b.tar.bz2
drakwizard-0bb8853c5afe591a74bf02329f0542ef02e1c11b.tar.xz
drakwizard-0bb8853c5afe591a74bf02329f0542ef02e1c11b.zip
re-enable BDC wizard
-rwxr-xr-xsamba_wizard/Samba.pm8
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'),