mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-24 17:46:43 +07:00
38 lines
676 B
Plaintext
38 lines
676 B
Plaintext
[global]
|
|
workgroup = SMBGROUP
|
|
server string = %h server
|
|
hosts allow = SUBNET
|
|
log file = /var/log/samba/log.%m
|
|
max log size = 1000
|
|
syslog = 0
|
|
panic action = /usr/share/samba/panic-action %d
|
|
load printers = yes
|
|
printing = cups
|
|
printcap name = cups
|
|
|
|
[printers]
|
|
comment = All Printers
|
|
path = /var/spool/samba
|
|
browseable = no
|
|
public = yes
|
|
guest ok = yes
|
|
writable = no
|
|
printable = yes
|
|
printer admin = SMBUSER
|
|
|
|
[print$]
|
|
comment = Printer Drivers
|
|
path = /etc/samba/drivers
|
|
browseable = yes
|
|
guest ok = no
|
|
read only = yes
|
|
write list = SMBUSER
|
|
|
|
[ext]
|
|
comment = Storage
|
|
path = /ext
|
|
writable = yes
|
|
public = no
|
|
valid users = SMBUSER
|
|
force create mode = 0777
|