Closed Bug 70600 Opened 24 years ago Closed 23 years ago

Secondary LDAP server failover in Mozilla

Categories

(Directory :: LDAP XPCOM SDK, enhancement, P3)

x86
All
enhancement

Tracking

(Not tracked)

RESOLVED INVALID
mozilla1.0

People

(Reporter: john, Assigned: srilatha)

Details

Please excuse me if this is not done right! John Lederer john@jhml.org writes: > From our organization's point of view having a secondary ldap server to > turn to for address completion or address book display is highly > desirable in two cases: > > (1) Failure of the first server > (2) An optional additional search even if the first server is alive and well. > > DNS changes don't meet our particular needs well for the first case. We > we make extensive use of the failover ability in Netscape 4.75. OK, can you file an RFE in bugzilla on srilatha@netscape.com and cc dmose@netscape.com and leif@netscape.com for this? Not sure if this will make 0.9 or not; I suspect probably not. But it sounds like a reasonable feature.
Priority P3, TFV 1.0.
Priority: -- → P3
Target Milestone: --- → mozilla1.0
*** Bug 100606 has been marked as a duplicate of this bug. ***
Leif: the XPCOM SDK already supports this, right? So if somebody actually entered the servername in the prefs dialog as two servers formatted appropriately, would it just work?
Component: LDAP Tools → LDAP XPCOM SDK
Correct, this already works, it's handled "automatically" by the C-SDK. There are two ways you can get failover to work with the LDAP feature in the client: 1) You setup a DNS record with multiple A-records, aka "DNS roundrobin". This not only gives you failover, but also load balancing. 2) You can specify a list of hostnames when you configure the LDAP host entry in the preferences file. This is a list of <space> separated host names, like directory1.foo.com directory2.foo.com directory3.foo.com I've verified that both these scenarios works with the current build, so marking this bug as INVALID. If you still have problems getting this to work, please reopen this bug, and give me the details where it goes wrong. Thanks, -- Leif
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
I guess I should mention that you can configure this in the preferences dialog as well, just type all the hostnames, separated with a <space>.
Adding robinf for documentation purposes.
You need to log in before you can comment on or make changes to this bug.