Greg Pavelcak wrote:
I'm running -current from mid January. I have Samba3.0a20 Here's my
smb.conf


[global]
workgroup = WORKGROUP
nt acl support = no
server string = FreeBSD
load printers = yes
printcap name = /etc/printcap
printing = bsd
log file = /var/log/log.%m
max log size = 50
security = share
socket options = TCP_NODELAY dns proxy = no [printers]
comment = All Printers
path = /var/spool/samba
public = yes
print command = lpr -s -P mnta %s ; rm %s
# guest ok = yes
writeable = yes
printable = yes
browseable = no
# use client driver = yes
[Printers]
        comment = All Printers
        path = /var/spool/samba
        printable = Yes
        browseable = No

[OKI24dx]
        comment = OKIPAGE 24dx Postscript/HP5 compatible printer
        path = /var/spool/samba
        printable = Yes
        printer name = OKI24dx
        read only = No

This defines printers and a specific printer: OKI24dx (named by share).

Try for your conf:

[printers]
   comment = All Printers
   path = /var/spool/samba
   public = yes
   writeable = yes
   printable = yes
   browseable = no

[mnta]
   comment = mnta
   path = /var/spool/samba
   public = Yes
   read only = No
   printer name = mnta
   printable = Yes

So long,
Jens


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to