1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

test: fix smb kerberos integration tests

Thanks @sudiptob2 for the tip!
This commit is contained in:
Nick Craig-Wood
2025-07-09 18:05:29 +01:00
parent 821e7fce45
commit b6767820de

View File

@@ -37,6 +37,8 @@ RUN rm -rf /etc/samba/smb.conf /var/lib/samba \
&& samba-tool user setexpiry $USER --noexpiry \
&& mkdir -m 777 /share /rclone \
&& cat <<EOS >> /etc/samba/smb.conf
[global]
server signing = auto
[public]
path = /share
browseable = yes