r18191: Fix the online/offline state handling of winbindd.
authorJeremy Allison <jra@samba.org>
Wed, 6 Sep 2006 21:43:31 +0000 (21:43 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:43:57 +0000 (11:43 -0500)
commit7bfbe1b4fb9a91c6678035f220bbf0b4f5afdcac
treeaf3046092e7e2ae7b0814fe18c4ea2aa16691b8d
parent6792460ba6a198646404abae10979489ca03ca5c
r18191: Fix the online/offline state handling of winbindd.
Instead of trying to do this in the winbindd_cache
entries, add a timed even handler to probe every
5 mins when disconnected.
Fix events to run all pending events, rather than
only one.
Jeremy.
source/lib/events.c
source/nsswitch/winbindd.h
source/nsswitch/winbindd_cache.c
source/nsswitch/winbindd_cm.c
source/nsswitch/winbindd_dual.c
source/nsswitch/winbindd_rpc.c