3. Unable to login on disabling local authentication
To reset back to ServiceDesk Authentication without logging into the application you need to follow these steps:
Connect to MySql.
Execute the following sql command
update AAAPamConf join AAAPamModule on AAAPamConf.PAMMODULE_ID = AAAPamModule.PAMMODULE_ID set AaaPamConf.pammodule_id = '2' where name like 'SDRelationalLoginModule';
Restart the server.