- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Enable Admin account for Cloudera Manager
Created 06-16-2022 08:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for the response. I was able to find a way out to fix this.
Created 06-23-2022 06:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for the response. I was able to find a way out to fix this.
Created 09-27-2023 12:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
