This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Support LAPs in Active Roles

Hello,

 

Is there any add-on to use LAPs in Active Roles? I can see the attribute but don´t have options to set a new date for expirate password.

 

Tks

  • By LAPs I assume you mean Local Administrative Passwords?

    You should be able to expose the attribute in the Web UI.

    The tricky bit is setting the value because it uses a long int (I believe) to store the value.

    It might be better to create & expose a virtual attribute (for example, edsvaLAPExpiresDate) - and use an ARS workflow to catch a modification to this and then use the appropriate LAP Powershell cmdlet to translate your desired data and set the expiration for you.

  • In our company, ARS admins cannot/shouldn't adjust the date either - it's set via GPO and the workstation knows when it's time to change it. When it does, it writes the new pass + new expiry date and job done. I only use ARS to expose the current pass to admins, not to allow them to make changes.
  • I developed the process using VA, script policies..