Partage imprimantes: Un peu perdu

Bonjour tout le monde :smt006 souhaitant migrer l’ensemble de nos serveur vers Debian, je rencontre quelques difficultés pour la partie Partage des imprimantes via samba, j’ai bien réussi à installer cups, ajouter une imprimante impeccable :slightly_smiling: mais lorsque je souhaite que les postes Windows XP puissent voir cette même imprimante je suis bloqué :confused:

J’ai fait donc quelques recherches, modifier mon cupsd.conf, mon smb.conf mais sans succès je n’arrive pas à voir mes imprimantes depuis un poste windows :frowning: et là je suis un peu perdu dans les histoires de config’ smb

Si quelqu’un à des piste à me donner je suis preneur!

Mon smb.conf:

#======================= Global Settings =======================

[global]

Browsing/Identification

Change this to the workgroup/NT-domain name your Samba server will part of

workgroup = Nasgroup

server string is the equivalent of the NT Description field

server string = %h server

Windows Internet Name Serving Support Section:

WINS Support - Tells the NMBD component of Samba to enable its WINS Server

; wins support = no

WINS Server - Tells the NMBD components of Samba to be a WINS Client

Note: Samba can be either a WINS Server, or a WINS Client, but NOT both

; wins server = w.x.y.z

This will prevent nmbd to search for NetBIOS names through DNS.

dns proxy = no

What naming service and in what order should we use to resolve host names

to IP addresses

; name resolve order = lmhosts host wins bcast

#Heritage ACLs
inherit acls = yes

#Heritage
inherit owner = yes

#Heritage Droits d’acces
inherit permissions = Yes

os level = 55

dos charset= 850
unix charset = iso-8859-15
display charset = iso-8859-15

load printers = yes
printing = cups
printcap name = cups

########## Printing ##########

If you want to automatically load your printer list rather

than setting them up individually then you’ll need this

; load printers = yes

lpr(ng) printing. You may wish to override the location of the

printcap file

; printing = bsd
; printcap name = /etc/printcap

CUPS printing. See also the cupsaddsmb(8) manpage in the

cupsys-client package.

; printing = cups
; printcap name = cups

When using [print$], root is implicitly a ‘printer admin’, but you can

also give this right to other users to add drivers and set printer

properties

; printer admin = @ntadmin

[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
public = yes
guest ok = yes
writable = no
printable = yes
printer admin = root

[print$]
comment = Printer Drivers
path = /etc/samba/drivers
browseable = yes
guest ok = no
read only = yes
write list = root