Support Questions

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

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