Enchance the set specialuser password cmd for ASD

For AtScaleDebug service, special user "asdbg" must enabled.
once special user(asdbg)pwd is enabled by this command then
"SecurityASDSpecialUserEnabled" Event should be logged.

If asdbg user password is set to NULL then
"SecurityASDSpecialUserDisabled" Event should be logged.

This special user enabled only by KCS interface.

Tested:

Set the asdbg special user password via KCS interface
ipmitool 0x30 0x5f 1 0x30 0x70 0x65 0x6e 0x42 0x6d 0x63 0x31 0x32

1.ASD security Events should be logged  and asdbg user is enabled
2.ASD service should be active. This can be done by security-manger
3.asdbg user should not list in ipmi user list
4.Only ASD session can be established via this asdbg user
5."SecurityASDSpecialUserEnabled" Event must logged.

Set the asdbg special password to NULL via KCS interface
ipmitool 0x30 0x5f 1

1.ASD security Event should be logged and asdbg user is disabled
2.ASD service should be stopped. This can be done by security-manager
3."SecurityASDSpecialUserDisabled" Event must logged.

Signed-off-by: Suryakanth Sekar <suryakanth.sekar@linux.intel.com>
Change-Id: Ia81b10771fa9b4499ed3ac9002c337a6e5c0be3e
1 file changed