From: Martin Schwenke Date: Tue, 12 Jan 2010 10:02:44 +0000 (+1100) Subject: Revert "Use wbinfo --ping-dc isntead of wbingo -p sicne this is a more reliable way... X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=b70021856e76df1ba407c83cfc19bf332fbfc869;p=metze%2Fctdb%2Fwip.git Revert "Use wbinfo --ping-dc isntead of wbingo -p sicne this is a more reliable way to determine if winbindd is in a useful state." This reverts commit 7c95e56ba871a4e0cb893a5cb5d821e7ff6e6dd6. wbinfo --ping-dc is proving too unreliable. --- diff --git a/config/events.d/50.samba b/config/events.d/50.samba index 9c0466c4..5c10b19e 100755 --- a/config/events.d/50.samba +++ b/config/events.d/50.samba @@ -247,7 +247,7 @@ case "$1" in # check winbind is OK check_ctdb_manages_winbind [ "$CTDB_MANAGES_WINBIND" = "yes" ] && { - ctdb_check_command "winbind" "wbinfo --ping-dc" + ctdb_check_command "winbind" "wbinfo -p" } ;;