"Mikkel L. Ellertson" <[EMAIL PROTECTED]> writes:

> No, I don't think it is a version problem, but I am at a loss to say
> what the problem is.  About the only thing I can think of is that by
> default Samba, and smbclient use plain text passwords, and W2K doesn't
> like them, but I didn't think that would affect browsing, or a printer
> share without a password.  But that may be the case here.  I have not
> tried printing to a W2K machine yet - just WFG1.1, Win95, and Win98...

OK, moving this to win98, I'm having much better success.  Still not
printing but at least the printer `wakes up' and starts to thread a
sheet of paper when I run an lpr FILE on the linux box, after having
set the win98 connected HP printer up with printtool, So at least I
know the connection is working.

Now back to win2k.  Using your debug flagged command:

(I get one new bit of information down below `NetShareEnum failed')

        smbclient -d4 -N -L chub

         # smbclient -d4 -N -L chub SSL: Error error setting CA cert
        locations: error:00000000::lib(0) :func(0) :reason(0)
        
        trying default locations.
        added interface [...]snip
        added interface [...]snip
        Client started (version 2.0.7).
        resolve_lmhosts: Attempting lmhosts lookup for name chub<0x20>
        getlmhostsent: lmhost entry: 127.0.0.1 localhost 
        resolve_hosts: Attempting host lookup for name chub<0x20>
        Connecting to 192.168.xxx at port 139
         session request ok
        Anonymous login successful
        Domain=[JINX] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
         session setup ok
         tconx ok
        
                Sharename      Type      Comment
                ---------      ----      -------
==>     NetShareEnum failed
        Error returning browse list: ERRDOS - ERRnoaccess (Access denied.)
        
                Server               Comment
                ---------            -------
                CHUB                 
                CHUB2                
        
                Workgroup            Master
                ---------            -------
                JINX                 CHUB

So running a recursive grep on the string:

grep -rn 'NetShareEnum' /usr/share/doc/samba*/

   # grep -rn 'NetShareEnum' /usr/share/doc/samba*/

  /usr/share/doc/samba-2.0.7/WHATSNEW.txt:151:24). NetShareEnum fix for
  Windows 2000. Don't ask for 64K as Win2k

That hit is all there is.  Going to it with an editor its a standalone
comment.

There are considerably more hits on `Enum' alone... I'm studying them
now.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to