Much more useful handling of backup domain controllers in winbindd. Honour
authorTim Potter <tpot@samba.org>
Fri, 25 Jan 2002 05:24:07 +0000 (05:24 +0000)
committerTim Potter <tpot@samba.org>
Fri, 25 Jan 2002 05:24:07 +0000 (05:24 +0000)
commitfc7ed1b4a8774a6a07a8d8fd08d9d2f15cd5c1dc
tree4bf384f33c5948aa2b7f2c1db6fe78703f92fc22
parentb61e40a5be3b8bacc74399902169755dbc4c7fca
Much more useful handling of backup domain controllers in winbindd.  Honour
the "password server" smb.conf parameter when choosing a DC to connect to.

Due to the origin of the code in cm_get_dc_name() it wouldn't try
additional DCs if the first DC didn't work.  This would wedge winbindd if you
had "password server = foo1, foo2" and foo1 was down.
source/nsswitch/winbindd_cm.c