diff options
author | Michael Adam <obnox@samba.org> | 2007-08-31 15:24:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:27 -0500 |
commit | ac3f2e784f818fb06b20b053cf4127d331e8f63c (patch) | |
tree | 7759de16715cbe6c394c7704f7fefbbf29d2e2e9 /source3/include | |
parent | 51e5001cba2ae438674517371d29ae7f78c0a52a (diff) | |
download | samba-ac3f2e784f818fb06b20b053cf4127d331e8f63c.tar.gz samba-ac3f2e784f818fb06b20b053cf4127d331e8f63c.tar.bz2 samba-ac3f2e784f818fb06b20b053cf4127d331e8f63c.zip |
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)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/messages.h b/source3/include/messages.h index 7818446a09..b3ae85ec9c 100644 --- a/source3/include/messages.h +++ b/source3/include/messages.h @@ -96,6 +96,7 @@ #define MSG_WINBIND_ONLINESTATUS 0x0405 #define MSG_WINBIND_TRY_TO_GO_ONLINE 0x0406 #define MSG_WINBIND_FAILED_TO_GO_ONLINE 0x0407 +#define MSG_WINBIND_VALIDATE_CACHE 0x0408 /* event messages */ #define MSG_DUMP_EVENT_LIST 0x0500 |