Title: Message
I've been trying to setup a PDF printer, and for some reason it stopped working, so I read the help in SWAT and i'm trying again.  It won't let me add any driver other than "windows NT" which it pops up an error saying that driver isn't compatible with my operating system (i'm using windows 2000) and anytime I click the sharing tab and try it, It pops up an error saying it can't install that driver.  Help!
 

Mike Blanchard
Network Administrator
Webmaster - www.gaepilots.com
Grand Aire, Inc MIS Z-team

# Samba config file created using SWAT
# from 192.168.132.101 (192.168.132.101)
# Date: 2002/04/10 11:36:24
 
# Global parameters
[global]
 workgroup = DOMAIN
 server string = Samba testing
 security = DOMAIN
 encrypt passwords = Yes
 password server = *
 passwd program = /usr/bin/passwd %u
 passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
 unix password sync = Yes
 log file = /var/log/samba/log.%m
 max log size = 50
 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
 dns proxy = No
 wins server = 10.0.0.1
 winbind uid = 10000-20000
 winbind gid = 10000-20000
 template shell = /bin/bash
 winbind separator = +
 printer admin = @DOMAIN+myusername
 
[homes]
 comment = Home Directories
 read only = No
 browseable = No
 
[print$]
 path = /etc/samba/drivers
 guest ok = Yes
 browseable = Yes
 read only = Yes
 write list = @DOMAIN+MIS,root
[printers]
 comment = All Printers
 path = /var/spool/samba
 printable = Yes
 browseable = No
 
[pdfdropbox]
 comment = Public Stuff
 path = /home/samba
 write list = @MIS
 guest ok = Yes
 
[colorpdfprinter]
 path = /tmp/print2
 guest ok = Yes
 printable = Yes
 print command = /usr/bin/printpdf %s
 lpq command =
 lprm command =
 use client driver = Yes

Reply via email to