How to set LDAP server in Hue

0 votes
Hi. I am setting up Hue to use LDAP servers. I have set up the Hue server and it is working fine. Now I want to mention the LDAP server in Hue. How to do this?
May 28, 2019 in Big Data Hadoop by Jisha
483 views

1 answer to this question.

0 votes

You have to set the Hue server url to the to the ldap_url property under the [[ldap]] section. The url should be prefixed with ldap:// or ldaps://. For example:

ldap_url=ldap://auth.mycompany.com 
answered May 28, 2019 by Kumar

Related Questions In Big Data Hadoop

0 votes
1 answer

How to set Sqoop server in Hue?

I am not exactly sure what you ...READ MORE

answered May 27, 2019 in Big Data Hadoop by Karna
1,110 views
0 votes
1 answer

How to set Sentry server details in Hue?

You have to set the server details ...READ MORE

answered May 30, 2019 in Big Data Hadoop by Karna
484 views
0 votes
1 answer

How to set Zookeeper server in Hue?

You have to set the details of ...READ MORE

answered May 30, 2019 in Big Data Hadoop by John
721 views
0 votes
1 answer

How to set Zookeeper server for Accumulo in sqoop?

Hi. To mention the Zookeeper server in ...READ MORE

answered May 17, 2019 in Big Data Hadoop by Kumar
780 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,779 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,334 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered