Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
From time to time we have to check if active ALM Accounts (Site Users) are still in use.
The approach is to query the USERS table and identify the accounts by creation, last login or logout date.
But till now, the fields are missing. Would it be possible to extent the USERS table with fields:
CREATION_DATE-TIME
LAST_LOGIN_DATE-TIME
LAST_LOGOUT_DATE-TIME
The recording of entries for last login and last logout must be optional, hence additional site parameters are needed as well:
LOGGING_ LAST_LOGIN_DATE-TIME=(Y/N)
LOGGING _LAST_LOGOUT_DATE-TIME=(Y/N)