Page 1 of 1

Fix 'LAPS BY WAPT' package

Published: March 28, 2023 - 3:48 PM
by julien.guyonnet
Good morning,

At home I modified the laps-by-wapt package

Line 32 in audit()

Code: Select all

        last_date = list(WAPT.read_audit_data_set("laps", "local_admin_password"))[-1][2]
becomes

Code: Select all

        last_date = list(WAPT.read_audit_data_set("laps", "local_admin_password"))[-1][1]
Indeed, the date of the last audit was not available and the password kept changing...

Is this only at my place?

Re: Fix 'LAPS BY WAPT' package

Published: March 28, 2023 - 3:55 PM
by julien.guyonnet
D,

To add the management of the Dane

Code: Select all

    "da": "administrator",
Local admins group name = "Administrator"