diff --git a/xCAT-server/lib/xcat/plugins/activedirectory.pm b/xCAT-server/lib/xcat/plugins/activedirectory.pm index 4d384fea0..b4c05d1d4 100644 --- a/xCAT-server/lib/xcat/plugins/activedirectory.pm +++ b/xCAT-server/lib/xcat/plugins/activedirectory.pm @@ -36,7 +36,7 @@ sub process_request { die "Not possible"; } my $username = shift @ARGV; - my %args ( username => $username ); + my %args = ( username => $username ); if ($fullname) { $args{fullname} = $fullname }; sendmsg("Full name: ".$fullname); sendmsg(join(" ",@ARGV));