From cc28c8abcb0a59847f5701a5ef25343c133048e3 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 9 Mar 2010 16:10:25 +0000 Subject: [PATCH] add support for clienttype=other git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5421 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Client.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-xCAT/xCAT/Client.pm b/perl-xCAT/xCAT/Client.pm index 2d2449116..f52016df5 100644 --- a/perl-xCAT/xCAT/Client.pm +++ b/perl-xCAT/xCAT/Client.pm @@ -93,6 +93,7 @@ sub submit_request { if (!(defined($request->{username}))) { $request->{username}->[0] = getpwuid($>); } +$request->{clienttype}->[0] = "cli"; # setup clienttype for auditlog # If XCATBYPASS is set, invoke the plugin process_request method directly # without going through the socket connection to the xcatd daemon if ($ENV{XCATBYPASS}) {