Hello everyone,
Is there a way to know the last logon information for a certain application using AD LDS? This is so I can check if the user is still using the application (using the lastLogon attribute for that specific application). Is there a built-in attribute for AD LDS already with this functionality?
Ex. I have APP1, APP2, and APP3 using AD LDS. How can I determine the last time the user used / logon to APP1, APP2, and APP3? So I can remove those applications already.
My idea is extend the AD LDS schema to define a lastLogon and lastLogoff Attribute, then maybe have the application update that every time user connects to the application.
Is this the correct way? Or am I wrong in my idea?
Also, is there a way to use AD DS lastLogon / lastLogoff for each application? Since it is already existing?
Thank you!