From 2667208da40b0b00159c1ba57febb03fc7399066 Mon Sep 17 00:00:00 2001 From: shodan Date: Fri, 27 Mar 2026 16:09:14 +0000 Subject: [PATCH] . --- samba-files/samba-fileserver.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samba-files/samba-fileserver.yaml b/samba-files/samba-fileserver.yaml index 1aede5c..4145dec 100644 --- a/samba-files/samba-fileserver.yaml +++ b/samba-files/samba-fileserver.yaml @@ -208,8 +208,8 @@ spec: cp /krb5/krb5.conf /etc/krb5.conf - until wbinfo -t; do - echo "waiting for winbind" + until wbinfo -p && wbinfo -P; do + echo "waiting for winbind/dc" sleep 5 done