Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Ambari Server Connecting to multiply LDAP/AD hosts

avatar
Cloudera Employee

When installing the software for Ambari using ambari-server setup-ldap we input a complex configuration to declare the ldap connection. There is a parameter --ldap-url which we set to an AD host. Can this parameter take a commented list? The actual question is how do point the ambari-server at more than one AD host to support AD failure?

1 ACCEPTED SOLUTION

avatar
Super Collaborator

Hi @Will Dailey,

It is possible to configure the secondary LDAP server to handle the AD Failure scenario.

--ldap-secondary-url is the parameter(optional) which will take additional AD host in the ldap-setup command line arguments.

--ldap-url=LDAP_URL   				Primary url for LDAP   
--ldap-secondary-url=LDAP_SECONDARY_URL		Secondary url for LDAP

View solution in original post

1 REPLY 1

avatar
Super Collaborator

Hi @Will Dailey,

It is possible to configure the secondary LDAP server to handle the AD Failure scenario.

--ldap-secondary-url is the parameter(optional) which will take additional AD host in the ldap-setup command line arguments.

--ldap-url=LDAP_URL   				Primary url for LDAP   
--ldap-secondary-url=LDAP_SECONDARY_URL		Secondary url for LDAP