Created 09-21-2025 10:29 PM
Hi everyone,
I need to know that can i add random user(not LDAPuser) in HUE without having AD user.
Please see the atatched image.it's avaiable only LDAP user
as well as i need to Assign Roles/Permissions in apache ranger too
Cloudera manager version - CDP 7.7.1
Thank you!
Created 09-23-2025 01:31 PM
You need to create the local user using the command mentioned before. If hdfs user was created for hue as an admin, you can use it to access Hue UI with local authentication. If not, create a new superuser and then login with that to Hue.
Created 09-22-2025 03:32 AM
Please help me for the solution?
Created 09-22-2025 09:33 PM
From UI we do not have a way to create a local superuser; you will need to do it from the CLI following the steps below:
After applying that change, when you access the Hue UI login page, you will see a drop-down box in which you can select between LDAP and Local authentication, use local, and then log in with the new superuser.
Hope the above steps are clear and you can fix your concern. If you have any questions, let me know.
Created 09-22-2025 11:47 PM
Hi,
Thank you for the respond. i have a super user as hdfs.i need to create normal local user?
Thank you!
Created 09-23-2025 01:31 PM
You need to create the local user using the command mentioned before. If hdfs user was created for hue as an admin, you can use it to access Hue UI with local authentication. If not, create a new superuser and then login with that to Hue.
Created 09-24-2025 03:48 AM
Thank you very much.i got your suggestion!