Hi,
After you add an Active Directory to your tenant. The horizonlocaladmin account gets disabled. And the only way to login is with your AD account.
But what if you need to login with the horizonlocaladmin account, because your AD is not available.
There is a way to enable this login again. Follow the steps below.
- SSH to your Primary Tenant Appliance instance
- Connect to your database and run these Query
psql -U admin fdb
select * from fabric_properties;
UPDATE fabric_properties SET value='true' where name='local.account.enabled';
- When you are ready , run the below query
UPDATE fabric_properties SET value='false' where name='local.account.enabled';