summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-11-04 11:36:34 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-11-04 11:36:34 +0000
commita798005111cd26966def46196afea3264e835bd2 (patch)
treef98c3879041d9b58c6cdabdf41cde8a9eb89b3bb /perl-install/authentication.pm
parentc4353f77a7804f204530905ff6aede07339449e3 (diff)
downloaddrakx-backup-do-not-use-a798005111cd26966def46196afea3264e835bd2.tar
drakx-backup-do-not-use-a798005111cd26966def46196afea3264e835bd2.tar.gz
drakx-backup-do-not-use-a798005111cd26966def46196afea3264e835bd2.tar.bz2
drakx-backup-do-not-use-a798005111cd26966def46196afea3264e835bd2.tar.xz
drakx-backup-do-not-use-a798005111cd26966def46196afea3264e835bd2.zip
(set_raw) restart ypbind in install too (killing old todo)
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r--perl-install/authentication.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm
index e8606b8db..a15d3a155 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -340,11 +340,9 @@ sub set_raw {
$when_network_is_up->(sub {
run_program::rooted($::prefix, 'nisdomainname', $domain);
run_program::rooted($::prefix, 'service', 'ypbind', 'restart');
- }) if !$::isInstall; #- TODO: also do it during install since nis can be useful to resolve domain names. Not done because 9.2-RC
+ })
# } elsif ($kind eq 'winbind' || $kind eq 'AD' && $authentication->{subkind} eq 'winbind') {
-# }) if !$::isInstall;
-#- TODO: also do it during install since nis can be useful to resolve domain names. Not done because 9.2-RC
} elsif ($kind eq 'winbind') {
my $domain = uc $authentication->{WINDOMAIN};