Commit fdfe83d2 authored by Pavel Shilovsky's avatar Pavel Shilovsky

Add sec=ntlmv2 to MOUNT_OPTIONS

parent 7698fd20
......@@ -195,7 +195,7 @@ cat <<EOF >%buildroot%_sysconfdir/sysconfig/%name.conf
# this options useful only for wine share using and security=share setting in smb.conf
#MOUNT_OPTIONS=user=guest,pass=,rw,iocharset=utf8,noperm,forcemand,direct,nounix
# wine options since etercifs 4.4.5 enable full wine support
MOUNT_OPTIONS=user=guest,pass=,rw,iocharset=utf8,noperm,wine
MOUNT_OPTIONS=user=guest,pass=,rw,iocharset=utf8,noperm,wine,sec=ntlmv2
# default path for share mounting
DEFAULT_MOUNTPOINT=/net/sharebase
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment