Smb.conf.minimal: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 11: | Zeile 11: | ||
read only = No | read only = No | ||
store dos attributes = Yes | store dos attributes = Yes | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
inherit acls = Yes | inherit acls = Yes | ||
</pre> | </pre> | ||
Version vom 17. November 2019, 14:06 Uhr
Einfach
[global]
workgroup = WORKGROUP
server role = standalone server
passdb backend = tdbsam
usershare allow guests = Yes
[share]
comment = share dir
path = /share
read only = No
store dos attributes = Yes
inherit acls = Yes