Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problema con samba e stampanti
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Atomikramp
Apprentice
Apprentice


Joined: 27 Sep 2004
Posts: 200

PostPosted: Sat Jun 25, 2005 4:20 pm    Post subject: problema con samba e stampanti Reply with quote

salve ragazzi
ho un problema
sostanzialmente ho 1 server samba che condivide una stampante a 2 computer con windows XP e 1 computer con windows 98

la situazione è questa
il sistema di autenticazione adottato è USER
percui ogni utente quando accede al server samba deve fornire username e password, una volta autenticato l'utente accede allo share e alla stampante

tuttavia se l'utente non accede prima allo share inserendeo le credenziali prima di stampare qualcosa la stampante risulta inaccessibile e non vengono richieste user e pass in fase di accesso alla stampante ma viene semplicemente inviato il messaggio di accesso negato alla stampante

vorrei poter fare in modo che gli utenti potessero accedere alla stampante senza questo problema
oppure far sì che XP utilizzi lo username e la password inseriti in fase di login sul sistema workstation come credenziali anche per l'accesso al server samba
secondo voi la cosa è fattibile?
vi incollo il file di configurazione di samba

Code:

[global]
workgroup = ufficio
netbios name = server
server string = samba - versione %v
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
os level = 64
security = user
encrypt passwords = yes
passdb backend = tdbsam:/etc/samba/passdb.tdb
printing = cups
printcap name = cups

[homes]
comment = Home directory
browseable = no
writable = yes

[archivio]
path = /home/archivio
available = yes
browseable = yes
public = yes
writable = yes
create mask = 0777

[plotter]
comment = plotter
read only = no
printable = yes
path = /var/spool/samba
public = yes
guest ok = yes
use client driver = yes
print command = lpr-cups -P %p -o raw %s -r
printer admin = root

Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum