1
0

add allow access wide symbolic links option (#66)

* add allow access wide symbolic links option

* Update README.md

* Update samba.sh
This commit is contained in:
Chopin Ngo
2017-08-18 04:18:01 +08:00
committed by David Personette
parent c72d17eee3
commit ec73b63ac7
2 changed files with 17 additions and 3 deletions

View File

@@ -60,6 +60,7 @@ OR set local storage:
-w "<workgroup>" Configure the workgroup (domain) samba should use
required arg: "<workgroup>"
<workgroup> for samba
-W Allow access wide symbolic links
The 'command' (if provided and valid) will be run instead of samba
@@ -69,6 +70,7 @@ ENVIRONMENT VARIABLES (only available with `docker run`)
* `NMBD` - As above, enable nmbd
* `SMB` - As above, disabel SMB2 minimun version
* `TZ` - As above, set a zoneinfo timezone, IE `EST5EDT`
* `WIDELINKS` - As above, allow access wide symbolic links
* `WORKGROUP` - As above, set workgroup
* `USERID` - Set the UID for the samba server
* `GROUPID` - Set the GID for the samba server
@@ -110,4 +112,4 @@ Will get you the same settings as
## Issues
If you have any problems with or questions about this image, please contact me
through a [GitHub issue](https://github.com/dperson/samba/issues).
through a [GitHub issue](https://github.com/dperson/samba/issues).