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)
commitac3f2e784f818fb06b20b053cf4127d331e8f63c
tree7759de16715cbe6c394c7704f7fefbbf29d2e2e9
parent51e5001cba2ae438674517371d29ae7f78c0a52a
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
(This used to be commit ef92d505c04397614cb0dd5ede967e9017a5e302)
source3/include/messages.h
source3/nsswitch/winbindd.c
source3/utils/smbcontrol.c