r24879: Activate the winbindd cache-validation message handler.
authorMichael Adam <obnox@samba.org>
Sun, 2 Sep 2007 00:32:57 +0000 (00:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:28 +0000 (12:30 -0500)
commitf379a5c47d5004a5a66b6c12ec119c739b9e146d
tree521f640190b4ec7faeba5d30309c99c7082a0935
parent9b25355dd66519afd548fecbf2da7608b024a35b
r24879: Activate the winbindd cache-validation message handler.
Now the winbindd cache can be checked at runtime by
calling "smbcontrol winbindd validate-cache".

For the execution of the validation code, I fork a child
and in the child restore the default SIGCHLD handler in
order for the fork/waitpid mechanism of tdb_validate to work.

Michael
source/nsswitch/winbindd.c