[techtalk] Printing from Linux using Samba 2.0.8 to Win2K
Michael Carson
mikecarson at usa.net
Wed May 30 11:55:03 EST 2001
I've had my Linux box using Samba 2.0.8 printing to a WinNT 4.0 server
for some time without a problem. Well, today "they" decided to move the
printer from the WinNT machine (which is also the PDC) to a Win2K box
(that is part of the domain, but is not a controller). Now, having made
the appropriate changes to the print host and share names in my print
config, I can't print anything. In debugging, I attempted to connect to
the printer with smbclient using my username and password, my username
and a bad password, and with no password at all (hitting enter when it
prompted me for one). The detailed results are below, but in summary,
the first two failed with the same message and the third gave me an
"Anonymous login successful " message before failing with the same
message as the other two. If anyone can shed some light on what is
happening here, I would greatly appreciate it.
$ smbclient \\\\worf\\HPLaserJ2k goodpassword -Ugooduser
Unknown parameter encountered: "ssl CA certFile"
Ignoring unknown parameter "ssl CA certFile"
added interface ip=10.40.110.113 bcast=10.40.255.255 nmask=255.255.0.0
Got a positive name query response from 10.40.6.3 ( 10.40.6.3 )
session setup failed: ERRDOS - ERRnoaccess (Access denied.)
$ smbclient \\\\worf\\HPLaserJ2k badpassword -Ugooduser
Unknown parameter encountered: "ssl CA certFile"
Ignoring unknown parameter "ssl CA certFile"
added interface ip=10.40.110.113 bcast=10.40.255.255 nmask=255.255.0.0
Got a positive name query response from 10.40.6.3 ( 10.40.6.3 )
session setup failed: ERRDOS - ERRnoaccess (Access denied.)
$ smbclient \\\\worf\\HPLaserJ2k "" -Umcarson
Unknown parameter encountered: "ssl CA certFile"
Ignoring unknown parameter "ssl CA certFile"
added interface ip=10.40.110.113 bcast=10.40.255.255 nmask=255.255.0.0
Got a positive name query response from 10.40.6.3 ( 10.40.6.3 )
Password:
Anonymous login successful
Domain=[NJ_INFOSEC] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
tree connect failed: ERRDOS - ERRnoaccess (Access denied.)
C.
More information about the Techtalk
mailing list