From b55cdcfa7d3706dfb1924b6ef887e1d933d58593 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 24 Jun 2005 03:40:47 +0000 Subject: fix NISDOMAIN --- perl-install/authentication.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 4420911d9..5ffe48465 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -303,7 +303,7 @@ sub set { } elsif ($kind eq 'NIS') { $in->do_pkgs->install(qw(ypbind autofs)); - my $domain = $net->{auth}{NISDOMAIN}; + my $domain = $net->{network}{NISDOMAIN}; $domain || $authentication->{NIS_server} ne "broadcast" or die N("Can not use broadcast with no NIS domain"); my $t = $domain ? "domain $domain" . ($authentication->{NIS_server} ne "broadcast" && " server") : "ypserver"; substInFile { -- cgit v1.2.1