From 1fdd0a28c643c8e98c5ba266c50700bc0c4dab37 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 2 Mar 2010 14:58:33 +0000 Subject: [PATCH] -Check in a fix for the typo. This plugin doesn't actually work yet, fyi, but this will avoid the message on startup git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5334 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/activedirectory.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));