Using Direct Bind
About this task
ldap section of
the hue.ini file:Procedure
-
Set
search_bind_authentication=false. -
If you are using the Active Directory directory service,
uncomment the line with
the
nt_domainparameter. Change the value fromnt_domain=mycompany.comto the NT domain you want to connect to. -
If you are using any other directory service, uncomment the line
with
ldap_username_patternand specify the format, such as the one shown here: Note that<username>will be replaced by the information provided on the Hue login page.ldap_username_pattern="cn=<username>,dc=example,dc=com" - Restart Hue once all configuration changes have been made so the changes will take effect.