1
0

fix #64 set SMB2 minimum default, and enable it to be disabled

This commit is contained in:
David Personette
2017-07-13 17:51:59 -04:00
parent 14c3a1856f
commit c72d17eee3
5 changed files with 17 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ RUN export DEBIAN_FRONTEND='noninteractive' && \
echo ' vfs objects = recycle' >>/etc/samba/smb.conf && \
echo ' recycle:keeptree = yes' >>/etc/samba/smb.conf && \
echo ' recycle:versions = yes' >>/etc/samba/smb.conf && \
echo ' min protocol = SMB2' >>/etc/samba/smb.conf && \
echo '' >>/etc/samba/smb.conf && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/*