[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-support] Drucken von WinNT auf Linux Drucker



Bin schon bald am verzweifeln. Eigentlich möchte ich nur etwas drucken.

Folgende Konfiguration ist bei mir aktiviert:

- 1x Linux Host mit SuSE 6.0
- SAMBA 1.9.xx
- 1x HP Laserjet 4L

(Mittels lpr kann ich unter Linux drucken.)

Nun habe ich die smb.conf (unten aufgeführt) entsprechend angepasst, um nun 
auch von WinNT zu drucken. Im Browser kann ich ihn auch konfigurieren und 
den LAN Manager Port zuordnen.
Wenn ich jedoch eine Testseite oder ein Dokument drucken will, meint NT, 
bzw. Linux, dass der Zugriff verweigert ist.

Hat jemand eine Ahnung wo das Problem liegen könnte.

Merci!



Datei - smb.conf

[global]
   workgroup = minder
   guest account = nobody
   keep alive = 30
   os level = 2
   security = share

   printing = bsd
   printcap name = /etc/printcap
   load printers = yes
;   socket option = TCP_NODELAY
   oplocks = yes
   write raw = yes
   read raw = yes
   log file = /var/log/samba-log.%m
   lock directory = /var/lock/samba

; Please uncomment the following entry and replace the
; ip number and netmask with the correct numbers for
; your ethernet interface.
;   interfaces = 192.168.1.1/255.255.255.0

; If you want Samba to act as a wins server, please set
; 'wins support = yes'
   wins support = no

; If you want Samba to use an existing wins server,
; please uncomment the following line and replace
; the dummy with the wins server's ip number.
;   wins server = 192.168.1.1

[homes]
   comment = Heimatverzeichnis
   browseable = no
   read only = no
   create mode = 0750

[winnt]
   path = /winnt
   comment = WindowsNTPartition
   browseable = yes
   read only = no
   public = yes
   create mode = 0775

[usr]
   path = /usr
   comment = usr
   browseable = yes
   read only = no
   public = yes
   create mode = 0775

; The following share gives all users access to the Server's CD drive,
; assuming it is mounted under /cd. To enable this share, please remove
; the semicolons before the lines
;
[cdrom]
   comment = Linux_CD-ROM
   path = /cdrom
   read only = yes

   public = yes
   browseable = yes
   available = yes
   share mode = yes


[printers]
   comment = All Printers
   security = server
   path = /var/spool/lpd/lp

   browseable = no
   printable = yes
   public = yes
   writable = no
   read only = yes
   create mode = 0775

[ljet]
   security = server
   path = /var/spool/lpd/ljet4l-a4-auto-mono-300
   printer name = lp
   writable = yes
   public = yes
   printable = yes
   print command = lpr -r -h -p %p %s