Smb.conf.minimal: Unterschied zwischen den Versionen

Aus Xinux Wiki
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
 
[homes]
 
        comment = Home Directories
 
        valid users = %S, %D%w%S
 
        browseable = No
 
        read only = No
 
 
         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