[CentOS] Samba issue

Craig White craigwhite at azapple.com
Sat Dec 15 23:31:23 UTC 2007


On Sat, 2007-12-15 at 18:21 -0500, William Warren wrote:
> for some reason I cannot to my samba server on centos 4.5 with any other 
> linux distro.  I have tried pclinuxos, kubuntu, fc7.  I have entered the 
> correct credentials in the correct case to no avail.  What's funny is my 
> winders machines can connect just fine.  Any ideas?
----
smbclient is your friend... (I'm snipping massive amounts out but you
should get the idea)

# smbclient -L SRV1
Password:
Anonymous login successful
Domain=[TH] OS=[Unix] Server=[Samba 3.0.23c-2.el5.2.0.2]

        Sharename       Type      Comment
        ---------       ----      -------
        netlogon        Disk      Network Logon Service
<<<snip>>>
Anonymous login successful
Domain=[TH] OS=[Unix] Server=[Samba 3.0.23c-2.el5.2.0.2]

        Server               Comment
        ---------            -------
        SRV1                 Samba Server

        Workgroup            Master
        ---------            -------
        TH                   SRV1

# smbclient -L SRV1 -U craig
Password:
Domain=[TH] OS=[Unix] Server=[Samba 3.0.23c-2.el5.2.0.2]

# smbclient //srv1/netlogon
Password:
Anonymous login successful
Domain=[TH] OS=[Unix] Server=[Samba 3.0.23c-2.el5.2.0.2]
smb: \> ls
  .                                   D        0  Tue Oct 23 14:22:34
2007
  ..                                  D        0  Sat Nov 24 07:09:22
2007
  logon.bat                           A      223  Thu May  3 13:09:21
2007
  IFMEMBER.EXE                        A    10240  Thu Dec  2 14:53:52
1999
  accounting.bat                      A      101  Thu May  3 13:07:43
2007
  administrative.bat                  A      109  Thu May  3 13:05:49
2007

                33725 blocks of size 8388608. 22659 blocks available
smb: \> quit

# smbclient //srv1/netlogon -U craig
Password:
Domain=[TH] OS=[Unix] Server=[Samba 3.0.23c-2.el5.2.0.2]
smb: \>   

Craig




More information about the CentOS mailing list