From 0ea2acdf89e0f9223b928148d85225259ae6bf67 Mon Sep 17 00:00:00 2001 From: Luk Claes Date: Wed, 11 May 2011 13:25:40 +0200 Subject: [PATCH] ctdb conf/events.d/samba: Add wbinfo --ping-dc next to wbinfo -p wbinfo -p looks whether winbind runs, but there might still be an issue to reach the domain controller, so add wbinfo --ping-dc to find out if it does. Bug 8123 Signed-off-by: Luk Claes --- config/events.d/50.samba | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/config/events.d/50.samba b/config/events.d/50.samba index 7a152b5..6278f4b 100755 --- a/config/events.d/50.samba +++ b/config/events.d/50.samba @@ -278,6 +278,7 @@ case "$1" in check_ctdb_manages_winbind [ "$CTDB_MANAGES_WINBIND" = "yes" ] && { ctdb_check_command "winbind" "wbinfo -p" + ctdb_check_command "winbind" "wbinfo --ping-dc" } ;; -- 1.7.4.4