Bug 1438319
Summary: | [RFE] Adding "Failover between multiple hosts" feature on ovirt-engine-extension-aaa-ldap for RHEV+AD Integration | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | fjayalat | ||||
Component: | ovirt-engine-extension-aaa-ldap | Assignee: | Ondra Machacek <omachace> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Gonza <grafuls> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.0.7 | CC: | bazulay, fjayalat, gveitmic, lsurette, mgoldboi, mperina, oourfali, Rhev-m-bugs, ykaul | ||||
Target Milestone: | --- | Keywords: | FutureFeature | ||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2017-05-01 15:41:34 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
fjayalat
2017-04-03 03:31:23 UTC
Assuming that both servers are GC, you can configure as follows: include = <ad.properties> vars.domain = ad.example.com vars.user = user1.com vars.password = password pool.default.auth.simple.bindDN = ${global:vars.user} pool.default.auth.simple.password = ${global:vars.password} pool.default.serverset.type = failover pool.default.serverset.failover.01.server = server1.ad.example.com pool.default.serverset.failover.02.server = server2.ad.example.com pool.gc.serverset.failover.port = 3269 pool.authz.serverset.failover.port = 636 pool.default.dc-resolve.default.serverset.type = failover pool.default.dc-resolve.serverset.failover.1.server = server1.ad.example.com pool.default.dc-resolve.serverset.failover.2.server = server2.ad.example.com pool.default.dc-resolve.serverset.failover.port = 636 Created attachment 1268546 [details]
AD ports
Martin, if it's a common case, please see it's added do documentation, not KCS. (In reply to Yaniv Kaul from comment #15) > Martin, if it's a common case, please see it's added do documentation, not > KCS. I don't think this is common case, it's very advanced case and AFAIK requested for the 1st time, so I think KCS article is OK. Closing as CURRENTRELEASE, solution verified with ovirt-engine-extension-aaa-ldap-1.2.3-1.el7ev provided by https://errata.devel.redhat.com/advisory/26573 |