While modifying the Access Type settings, the configuration was set so that no one, including admin users, are able to log back in. The end users or Admin user is locked out due to updates made to Access Type in Web UI.
This document describes how to address a lockout, to allow the Admin user back in, in order to correct the configuration
All releases
CA Service Desk Manager
pdm_extract Access_Type_v2 > access_type_v2-backup.dat
pdm_extract -f "Select user_auth, id, sym from Access_Type_v2 where sym = 'Administration'" > admin1.dat
TABLE Access_Type_v2
user_auth id sym
{ "2" ,"10002" ,"Administration" }
TABLE Access_Type_v2
user_auth id sym
{ "1" ,"10002" ,"Administration" }
pdm_load -f admin1.dat
pdm_extract -f "Select user_auth, id, sym from Access_Type_v2 where sym = 'Administration'"
You should then be able to login to SDM as a user with the Administration Access Type, without needing to enter a password.
This will unlock such access for all users under the given Administration Access Type. Merely knowing a qualifying userid will be sufficient to access the product with such privileges. It is advised to make this change during low production times and once completed, login to the product and adjust the Authentication setting for the Administration Access Type away from "Open-always allow access" to reduce the chance of a security breach.
For reference, these are the possible user_auth values that may exist.
0: No access
1: Open - Always allow access (no password)
2: OS Auth
3: PIN Field Auth