We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82bc06 commit e42bb52Copy full SHA for e42bb52
tests/test-samba-ad-server-kubernetes.sh
@@ -10,6 +10,16 @@ kubectl exec "${podname}" -- samba-tool domain info 127.0.0.1
10
[ $? -eq 0 ] || _error "Error listing domain info"
11
echo
12
13
+source ${SCRIPT_DIR}/test-deploy-ad-member.sh
14
+
15
+kubectl exec "${podname}" -c "smb" -- smbclient -N -L 127.0.0.1
16
+kubectl exec "${podname}" -c "winbind" -- wbinfo -t
17
+# note: testing `wbinfo -t` from the smb container again
18
+# to make sure samba can communicate to winbindd
19
+kubectl exec "${podname}" -c "smb" -- wbinfo -t
20
21
+source ${SCRIPT_DIR}/test-remove-ad-member.sh
22
23
source ${SCRIPT_DIR}/test-remove-ad-server.sh
24
25
0 commit comments