From fd0ecadf6b98aa7f178e64cefc8b13e10d6582cd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 23 Mar 2012 19:50:39 +0000 Subject: (auth) fix actually displaying "Domain Windows for authentication" (spot by perl_checker) --- perl-install/authentication.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/authentication.pm') diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index bb26d230c..21b346282 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -895,7 +895,7 @@ sub add_cafile() { sub auth() { my $in = interactive->vnew; $in->ask_from('', N(" "), [ - { label => N("Domain Windows for authentication : " , $authentication->{WINDOMAIN}) }, + { label => N("Domain Windows for authentication : ") . $authentication->{WINDOMAIN} }, {}, { label => N("Domain Admin User Name"), val => \$authentication->{winuser} }, { label => N("Domain Admin Password"), val => \$authentication->{winpass}, hidden => 1 }, -- cgit v1.2.1