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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user