Operating System - HP-UX
1820647 Members
2551 Online
109626 Solutions
New Discussion юеВ

SAMBA printing Access denied, unable to connect

 
SOLVED
Go to solution
Luk Vandenbussche
Honored Contributor

SAMBA printing Access denied, unable to connect

When I try to access a samba printer I receive the following error
Access denied, unable to connect
I tried with printcap and an entry in smb.conf
Here is my smb.conf

[global]
workgroup = DOLMEN
netbios name = HUSUX008
server string = Samba Server
encrypt passwords = Yes
password server = *
syslog = 0
log file = /var/opt/samba/log.%m
max log size = 1000
printcap name = /etc/opt/samba/printcap
local master = No
read only = No
printing = cups
short preserve case = No
dos filetime resolution = Yes

[tmp]
comment = Temporary file space
path = /tmp

[printers]
path = /tmp
read only = Yes
create mask = 0700
printable = Yes
browseable = No

[lj4000]
path = /tmp
guest ok = Yes
printable = Yes
printing = hpux
2 REPLIES 2
Steve Steel
Honored Contributor
Solution

Re: SAMBA printing Access denied, unable to connect

Hi

I know its not all the same but look at

http://www.linuxquestions.org/questions/history/122851

From a different entry

I had this problem too...

Have you set up the samba user the winxp client has to log in with?
In console:
smbadduser

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=307667

Will be the most help


Steve Steel

If you want truly to understand something, try to change it. (Kurt Lewin)
Luk Vandenbussche
Honored Contributor

Re: SAMBA printing Access denied, unable to connect

The problem is solved by using the following options for the printer in smb.conf

[hplj5]
path = /tmp
guest ok = Yes
printable = Yes
printing = hpux
use client driver = Yes