Author: Cody
Date: 28-04-04 20:54
Helpful tip:
When a Windows PC connects in to the Samba print server, they may get the following status error: "Access denied, unable to connect".
This happens when the windows PC tries to use the Samba servers print driver.
To fix the problem, you will need to add the following line to the
smb.conf under the printer share:
use client driver = yes
Example:
[Printer]
comment = Network Printer
path = /var/spool/samba
use client driver = yes
guest ok = Yes
printable = Yes
|
|