From 0bb8853c5afe591a74bf02329f0542ef02e1c11b Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Mon, 22 Aug 2005 20:06:48 +0000 Subject: re-enable BDC wizard --- samba_wizard/Samba.pm | 8 ++++---- 1 file 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'), -- cgit v1.2.1