r19391: Fix crash bug within the winbind caching method.
authorGünther Deschner <gd@samba.org>
Wed, 18 Oct 2006 14:22:08 +0000 (14:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:15:32 +0000 (12:15 -0500)
commitedba79e500ff8edeca104fdd616cea444ce93715
tree553690090cff24d75f7143cb9578ccf0d36c8eda
parentea032c024df4c7c8ca41adeb2357b7b07026c516
r19391: Fix crash bug within the winbind caching method.

That one was hard to find: when coming from offline mode and switching
to online, a refresh sequence number call (using the default MS-RPC
mechanism) may reset domain->backend to NULL (by the set_domain_online
event). We need to make sure to reidentify the remote domain in that
case.

Guenther
(This used to be commit 4d6503d1377a262ba8b87f344be7daf04e011ef2)
source3/nsswitch/winbindd_cache.c