Use of audit data
Published: July 4, 2023 - 9:54 AM
Good morning,
I was inspired by the laps-by-wapt package and in the console I added an audit data.
The `read_audit_data_set` function returns an empty list
I was inspired by the laps-by-wapt package and in the console I added an audit data.
The `read_audit_data_set` function returns an empty list
Code: Select all
bios_passwd = []
def install():
audit()
print(bios_passwd)
def audit():
bios_passwd = WAPT.read_audit_data_set("bios","passwd")