Dockerfile* ease up the protocol restrictions a little

This commit is contained in:
David Personette 2019-11-17 01:09:44 -05:00
parent 85f428df2c
commit d1a453d812
3 changed files with 9 additions and 9 deletions

View File

@ -41,11 +41,11 @@ RUN apk --no-cache --no-progress upgrade && \
echo ' recycle:versions = yes' >>$file && \ echo ' recycle:versions = yes' >>$file && \
echo '' >>$file && \ echo '' >>$file && \
echo ' # Security' >>$file && \ echo ' # Security' >>$file && \
echo ' client ipc max protocol = default' >>$file && \ echo ' client ipc max protocol = SMB3' >>$file && \
echo ' client ipc min protocol = SMB2_10' >>$file && \ echo ' client ipc min protocol = SMB2_10' >>$file && \
echo ' client max protocol = default' >>$file && \ echo ' client max protocol = SMB3' >>$file && \
echo ' server max protocol = default' >>$file && \
echo ' client min protocol = SMB2_10' >>$file && \ echo ' client min protocol = SMB2_10' >>$file && \
echo ' server max protocol = SMB3' >>$file && \
echo ' server min protocol = SMB2_10' >>$file && \ echo ' server min protocol = SMB2_10' >>$file && \
echo '' >>$file && \ echo '' >>$file && \
echo ' # Time Machine' >>$file && \ echo ' # Time Machine' >>$file && \

View File

@ -42,11 +42,11 @@ RUN apk --no-cache --no-progress upgrade && \
echo ' recycle:versions = yes' >>$file && \ echo ' recycle:versions = yes' >>$file && \
echo '' >>$file && \ echo '' >>$file && \
echo ' # Security' >>$file && \ echo ' # Security' >>$file && \
echo ' client ipc max protocol = default' >>$file && \ echo ' client ipc max protocol = SMB3' >>$file && \
echo ' client ipc min protocol = SMB2_10' >>$file && \ echo ' client ipc min protocol = SMB2_10' >>$file && \
echo ' client max protocol = default' >>$file && \ echo ' client max protocol = SMB3' >>$file && \
echo ' server max protocol = default' >>$file && \
echo ' client min protocol = SMB2_10' >>$file && \ echo ' client min protocol = SMB2_10' >>$file && \
echo ' server max protocol = SMB3' >>$file && \
echo ' server min protocol = SMB2_10' >>$file && \ echo ' server min protocol = SMB2_10' >>$file && \
echo '' >>$file && \ echo '' >>$file && \
echo ' # Time Machine' >>$file && \ echo ' # Time Machine' >>$file && \

View File

@ -42,11 +42,11 @@ RUN apk --no-cache --no-progress upgrade && \
echo ' recycle:versions = yes' >>$file && \ echo ' recycle:versions = yes' >>$file && \
echo '' >>$file && \ echo '' >>$file && \
echo ' # Security' >>$file && \ echo ' # Security' >>$file && \
echo ' client ipc max protocol = default' >>$file && \ echo ' client ipc max protocol = SMB3' >>$file && \
echo ' client ipc min protocol = SMB2_10' >>$file && \ echo ' client ipc min protocol = SMB2_10' >>$file && \
echo ' client max protocol = default' >>$file && \ echo ' client max protocol = SMB3' >>$file && \
echo ' server max protocol = default' >>$file && \
echo ' client min protocol = SMB2_10' >>$file && \ echo ' client min protocol = SMB2_10' >>$file && \
echo ' server max protocol = SMB3' >>$file && \
echo ' server min protocol = SMB2_10' >>$file && \ echo ' server min protocol = SMB2_10' >>$file && \
echo '' >>$file && \ echo '' >>$file && \
echo ' # Time Machine' >>$file && \ echo ' # Time Machine' >>$file && \