From 50edbb219754a530821efcc405f9ca061378e579 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Fri, 18 Feb 2011 10:44:55 +1100 Subject: [PATCH] 50.samba : Tell winbind about every time we add/remove and ip from the node CQ S1021636 --- config/events.d/50.samba | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/events.d/50.samba b/config/events.d/50.samba index a1f99fbb..415b89f4 100755 --- a/config/events.d/50.samba +++ b/config/events.d/50.samba @@ -270,6 +270,13 @@ case "$1" in } ;; + takeip|releaseip) + iface=$2 + ip=$3 + maskbits=$4 + + smbcontrol winbindd ip-dropped $ip >/dev/null 2>/dev/null + ;; *) ctdb_standard_event_handler "$@" ;; -- 2.34.1