Dear all,
I am currently trying to display LAPS related information in the ARS Webinterface.
For this purpose I exposed the following 2 attributes:
"msLAPS-Password" and "msLAPS-PasswordExpirationTime"
msLAPS-PasswordExpirationTime displays fine as a date so this is okay.
However msLAPS-Password shows more than it must as it contains the whole string stored in AD which is like "{"n":"<admin_username>","t":"<timestamp>?","p":"<actual_password"}
I need to display only the password, so everything in the quotes after "p:".
How can this be achieved?
Thanks,
Ben