Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

DAS configure user authentication with LDAP on CDP7

avatar
New Contributor

How to configure user authentication using LDAP with DAS service, I refer to https://docs.cloudera.com/cdp-private-cloud-base/7.1.7/using-das/topics/das-user-authentication-ldap...,  but it doesn't work. 

Could you share some examples? I want to confirm which configs are necessary.

And How to debug this? Data Analytics Studio Webapp Server log doesn't have any useful info.

 

 

2 REPLIES 2

avatar
Expert Contributor

Hi @felix_ 

We will recommend you to use HUE Query Processor which provide same functionality as that of DAS.

However if you want to keep using DAS, below information may help you:

The LDAP implementations tested by Cloudera are the ones in the below documentation (MS Active Directory, OpenLDAP, or OpenDJ)

https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/using-das/topics/das-user-authentication-ldap...

You may use below LDAP Search command to check if the configuration used are correct or not

Example, Searching for a specific users (peter):
-------------------------------------------------------------
ldapsearch -x -H ldap://sme-2012-ad.support.com:389 -D "test1@SUPPORT.COM" -w hadoop12345! -b "ou=users,OU=hortonworks,dc=support, dc=com" "(&(objectclass=user)(cn=peter))"

avatar
Community Manager

@felix_ Did the response assist in resolving your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future. 



Regards,

Vidya Sargur,
Community Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community: