mirror of
https://github.com/dockur/windows.git
synced 2025-08-15 03:02:27 +02:00
feat: Allow symlinks in shared folder (#1001)
This commit is contained in:
@ -71,6 +71,9 @@ addShare() {
|
||||
echo " guest account = nobody"
|
||||
echo " map to guest = Bad User"
|
||||
echo " server min protocol = NT1"
|
||||
echo " follow symlinks = yes"
|
||||
echo " wide links = yes"
|
||||
echo " unix extensions = no"
|
||||
echo ""
|
||||
echo " # disable printing services"
|
||||
echo " load printers = no"
|
||||
|
Reference in New Issue
Block a user