samba: Export all printers from CUPS

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2020-10-08 22:40:12 +01:00
parent 97722ab69d
commit be1554336d
6 changed files with 14 additions and 0 deletions

View File

@@ -198,6 +198,12 @@ logging = syslog
preferred master = $sambasettings{'PREFERREDMASTER'}
domain master = $sambasettings{'DOMAINMASTER'}
local master = $sambasettings{'LOCALMASTER'}
# Export all printers
[printers]
path = /var/spool/samba/
printable = yes
END
;
close FILE;