diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/authentication.pm | 4 |
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}; |