mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-08 05:56:11 +02:00
samba: Remove reset options
This only requires that we have to change multiple files with the same settings. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
22
config/samba/printer
Normal file
22
config/samba/printer
Normal file
@@ -0,0 +1,22 @@
|
||||
[printers]
|
||||
comment = Drucker
|
||||
security = server
|
||||
path = /var/log/spool/lpd/lp
|
||||
lprm command = /usr/local/bin/lprm -P%p %j
|
||||
lpq command = /usr/local/bin/lpq %p
|
||||
browseable = yes
|
||||
printable = yes
|
||||
public = yes
|
||||
writable = no
|
||||
create mode = 0700
|
||||
use client driver = yes
|
||||
|
||||
[Drucker]
|
||||
security = server
|
||||
path = /var/log/spool/lpd/lp
|
||||
printer name = lp
|
||||
writable = no
|
||||
public = yes
|
||||
printable = yes
|
||||
print command = lpr -r -h -P %p %s
|
||||
use client driver = Yes
|
||||
Reference in New Issue
Block a user