Created 06-16-2022 08:00 AM
Hi,
I just completed setting up CDP Private Base in a POC environment. I was in process of attempting AD (LDAP based) integration so that users get authenticated via Active Directory.
I am unsure if there was a mis configuration, however, after restarting Cloudera Manager, I can't login to it via "Admin" account (local). Thought it has got AD integrated, tried multiple accounts from AD, however, none of them are working.
Please help to re-enable admin (local) account.
Thanks
snm1523
Created 06-24-2022 09:06 AM
Thank you for the response. I was able to find a way out to fix this.
Created 06-23-2022 06:53 PM
Hi @snm1523
Please open a support case with us to resolve this issue. We may need help from the account team.
Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
Created 06-24-2022 09:06 AM
Thank you for the response. I was able to find a way out to fix this.
Created 09-27-2023 12:03 AM
Hi, could you describe how you fix this problem?
Regards,
Tommy
Created on 09-27-2023 05:25 AM - edited 09-27-2023 05:26 AM
Login to DB server where CM is storing metadata and then will need to delete the authentication backend entry. Please refer to below queries:
select ATTR, VALUE from CONFIGS where ATTR = 'auth_backend_order';
delete from CONFIGS where ATTR = “auth_backend_order” and SERVICE_ID is null
Hope this helps.
Thanks
snm1523