diff options
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r-- | perl-install/authentication.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 0419163f2..846456954 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -258,7 +258,7 @@ sub set { mkdir_p("$::prefix/home/$domain"); $when_network_is_up->(sub { - run_program::rooted($::prefix, 'net','ads','join', '-U', $authentication->{winuser} . '%' . $authentication->{winpass}); + run_program::rooted($::prefix, 'net', 'ads', 'join', '-U', $authentication->{winuser} . '%' . $authentication->{winpass}); }); } } |