r24843: Add a "validate-cache" control message to winbindd.
authorMichael Adam <obnox@samba.org>
Fri, 31 Aug 2007 15:24:43 +0000 (15:24 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:27 +0000 (12:30 -0500)
commitef92d505c04397614cb0dd5ede967e9017a5e302
treec013dfcb6e19c0ba699a13b7bc1bb78935c81eb7
parent205ef6ab3e9332a2a4a4f775c2cdddbcd3ec739d
r24843: Add a "validate-cache" control message to winbindd.
So there is a new subcommand "smbcontrol winbindd validate-cache" now.

This change provides the infrastructure:
The function currently returns "true" unconditionally.
The call of a real cache validation function will be incorporated
in subsequent changes.

Michael
source/include/messages.h
source/nsswitch/winbindd.c
source/utils/smbcontrol.c