mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 05:43:15 +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 \
|
&& samba-tool user setexpiry $USER --noexpiry \
|
||||||
&& mkdir -m 777 /share /rclone \
|
&& mkdir -m 777 /share /rclone \
|
||||||
&& cat <<EOS >> /etc/samba/smb.conf
|
&& cat <<EOS >> /etc/samba/smb.conf
|
||||||
|
[global]
|
||||||
|
server signing = auto
|
||||||
[public]
|
[public]
|
||||||
path = /share
|
path = /share
|
||||||
browseable = yes
|
browseable = yes
|
||||||
|
|||||||
Reference in New Issue
Block a user