1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

First working Intel AMT ACM activation.

This commit is contained in:
Ylian Saint-Hilaire 2019-06-19 18:11:00 -07:00
parent 973951a1c0
commit a2667d685a
3 changed files with 3 additions and 8 deletions

View file

@ -531,7 +531,7 @@ function AmtManager(agent, db, isdebug) {
else { acmdata.index++; performAcmActivation(acmdata); }
});
} else {
//debug('Calling AdminSetup()');
debug('Calling AdminSetup() ' + JSON.stringify(acmdata));
osamtstack.IPS_HostBasedSetupService_AdminSetup(2, acmdata.password, acmdata.nonce, 2, acmdata.signature,
function (stack, name, responses, status) {
debug('AdminSetup Status: ' + status);

File diff suppressed because one or more lines are too long