There appears to be no reason why we have to execute the
authorTim Potter <tpot@samba.org>
Tue, 6 May 2003 02:32:47 +0000 (02:32 +0000)
committerTim Potter <tpot@samba.org>
Tue, 6 May 2003 02:32:47 +0000 (02:32 +0000)
commit45f8fd3fa99772b5f65b205a96ee3286b1e85ff4
treee9b51511625533955777699de8c5f76be384816b
parent7cd3bdc7846e8d93c37d0f9e470d31ec23c4dad1
There appears to be no reason why we have to execute the
initialisation code in winbindd_init_common() after the fork when
running in dual daemon mode.

The only tricky bit is we have to run a tdb_reopen_all() somewhere in
the child to avoid tdb corruption.

Fixed bug #60.
(This used to be commit 25e55aca0fe315c2ccf4e34a94107b2321313714)
source3/nsswitch/winbindd.c
source3/nsswitch/winbindd_dual.c