From: Ronnie Sahlberg Date: Thu, 17 Feb 2011 23:44:55 +0000 (+1100) Subject: 50.samba : Tell winbind about every time we add/remove and ip from the node X-Git-Url: http://git.samba.org/?p=sahlberg%2Fctdb.git;a=commitdiff_plain;h=50edbb219754a530821efcc405f9ca061378e579 50.samba : Tell winbind about every time we add/remove and ip from the node CQ S1021636 --- 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 "$@" ;;