Fix 'LAPS BY WAPT' package
Published: March 28, 2023 - 3:48 PM
Good morning,
At home I modified the laps-by-wapt package
Line 32 in audit()
becomes
Indeed, the date of the last audit was not available and the password kept changing...
Is this only at my place?
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]Code: Select all
last_date = list(WAPT.read_audit_data_set("laps", "local_admin_password"))[-1][1]Is this only at my place?