diff options
author | Volker Lendecke <vl@samba.org> | 2010-09-29 12:17:05 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-09-30 14:30:33 +0200 |
commit | bad98e37e7e4077a74c7b32d74499c78810192c5 (patch) | |
tree | 0b69670fc18170d7bc5e9ef0be6643c1ef595fa9 /source3/librpc/idl | |
parent | 10f0c785c70b89e76f3a9cd3b319262affc9447e (diff) | |
download | samba-bad98e37e7e4077a74c7b32d74499c78810192c5.tar.gz samba-bad98e37e7e4077a74c7b32d74499c78810192c5.tar.bz2 samba-bad98e37e7e4077a74c7b32d74499c78810192c5.zip |
s3: Add "smbcontrol winbindd ip-dropped <local-ip>"
This is supposed to improve the winbind reconnect time after an ip address
has been moved away from a box. Any kind of HA scenario will benefit from
this, because winbindd does not have to wait for the TCP timeout to kick in
when a local IP address has been dropped and DC replies are not received
anymore.
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/messaging.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl index 08caa59508..9041d2284d 100644 --- a/source3/librpc/idl/messaging.idl +++ b/source3/librpc/idl/messaging.idl @@ -83,6 +83,7 @@ interface messaging MSG_WINBIND_FAILED_TO_GO_ONLINE = 0x0407, MSG_WINBIND_VALIDATE_CACHE = 0x0408, MSG_WINBIND_DUMP_DOMAIN_LIST = 0x0409, + MSG_WINBIND_IP_DROPPED = 0x040A, /* event messages */ MSG_DUMP_EVENT_LIST = 0x0500, |