From bacabc4ecba1b189c29e139506a0e9cb58284579 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 24 Feb 2001 15:53:48 +0000 Subject: (setRootPassword): NIS server must be editable --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 452c9fffe..579c22847 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -807,7 +807,7 @@ sub setRootPassword { $o->ask_from_entries_refH('', _("Authentification NIS"), [ { label => _("NIS Domain"), val => \ ($o->{netc}{NISDOMAIN} ||= $o->{netc}{DOMAINNAME}) }, - { label => _("NIS Server"), val => \$o->{authentication}{NIS}, list => ["broadcast"] }, + { label => _("NIS Server"), val => \$o->{authentication}{NIS}, list => ["broadcast"], not_edit => 0 }, ]) if $nis; install_steps::setRootPassword($o); } -- cgit v1.2.1