From bad98e37e7e4077a74c7b32d74499c78810192c5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 29 Sep 2010 12:17:05 +0200 Subject: s3: Add "smbcontrol winbindd ip-dropped " 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. --- source3/librpc/idl/messaging.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/librpc/idl/messaging.idl') 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, -- cgit