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}) {