diff options
Diffstat (limited to 'ctdb/config/events.d/50.samba')
-rwxr-xr-x | ctdb/config/events.d/50.samba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/config/events.d/50.samba b/ctdb/config/events.d/50.samba index 5c10b19ef0..9c0466c448 100755 --- a/ctdb/config/events.d/50.samba +++ b/ctdb/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 -p" + ctdb_check_command "winbind" "wbinfo --ping-dc" } ;; |