Samba and WinXP

Rafael Pivato rpivato at cpovo.net
Mon Feb 10 19:39:51 GMT 2003


Why don't you try to retreat your security configurations?
Test it with a simple/open conf first...

------
Rafael Pivato


----- Original Message ----- 
From: "T. Shawn" <shawn at knisely.org>
To: "Samb List" <smb-clients at lists.samba.org>
Sent: Monday, February 10, 2003 11:39 AM
Subject: Samba and WinXP


> Hi,
> 
> I have RTFM til I'm blue in the face, and read lot's of posts. Can't
> make it work, here is the scenario:
> 
> Last week I was running Win2K and all of my Samba shares worked just
> fine. I reloaded my pc with XP Pro, now I cannot log into the Samba
> shares, and the won't show up when I browse.
> 
> If I do a new view \\ns2 from the xp box I get error 53, network path
> not found. M$ says that is due to NetBIOS being disable, but it is
> ENABLED on my box.
> 
> Here is my smb.conf
> ==========================
>  Global parameters
> [global]
>         log file = /var/log/samba/%m.log
>         smb passwd file = /etc/samba/smbpasswd
>         passwd chat = *New*password* %n\n *Retype*new*password* %n\n
> *passwd:*all*authentication*tokens*updated*successfully*
>         socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
>         obey pam restrictions = Yes
>         username map = /etc/samba/user.map
>         domain master = Yes
>         encrypt passwords = yes
>         hosts allow = 192.168.0.199
>         wins proxy = Yes
>         wins support = true
>         dns proxy = No
>         netbios name = NS2
>         server string = Samba Server
>         path = /home/backup
>         default = global
>         unix password sync = Yes
>         workgroup = WORKGROUP
>         os level = 99
>         auto services = backup
>         valid users = shawn deprecated
>         security = user
>         max log size = 0
>         pam password change = Yes
> 
> [homes]
>         comment = Home Directories
>         valid users = shawn
>         read only = No
>         create mask = 0664
>         directory mask = 0775
>         browseable = Yes
> 
> [printers]
>         comment = All Printers
>         path = /var/spool/samba
>         printable = Yes
>         browseable = No
> 
> [shawn]
>         comment = Shawn's Service
>         path = /home/shawn/
>         read only = No
> 
> [backup]
>         comment = Shawn's Backup Dir
>         path = /home/backup
>         valid users = shawn tshawn
>         public = No
>         writeable = Yes
>         create mask = 0765
>         read only = No
> 
> [MP3]
>         comment = Ftp Connection
>         path = /home/ftp/MP3
>         read only = No
> 
> [FTP]
>         comment = FTP Dir
>         path = /home/ftp/
>         read only = No
> 
> [HTTPD]
>         comment = https dir
>         path = /home/httpd/
>         read only = No
> 
> =================================
> Here is the output from some logs, notice it keeps saying that the user
> "nobody" is rejected, although I'm trying to log in with my redhat
> account name.
> ===========================
> [root at ns2 samba]# more deprecated.log.1
> [2003/02/02 04:05:40, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> [2003/02/02 04:05:42, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> [2003/02/02 04:17:45, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> [2003/02/02 04:17:47, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> [2003/02/02 04:29:50, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> [2003/02/02 04:29:52, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> [2003/02/02 04:41:54, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> [2003/02/02 04:41:57, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> [2003/02/02 04:53:59, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> [2003/02/02 04:54:01, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> [2003/02/02 05:06:04, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> [2003/02/02 05:06:06, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> [2003/02/02 05:18:08, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> [2003/02/02 05:18:11, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> [2003/02/02 05:30:16, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> [2003/02/02 05:30:18, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> 
> The name of my PC is depreacted
> 
> ======================
> [2003/02/09 14:50:27, 0]
> nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(358)
>   find_domain_master_name_query_fail:
>   Unable to find the Domain Master Browser name WORKGROUP<1b> for the
> workgroup WORKGROUP.
>   Unable to sync browse lists in this workgroup.
> [2003/02/09 15:05:28, 0]
> nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(358)
>   find_domain_master_name_query_fail:
>   Unable to find the Domain Master Browser name WORKGROUP<1b> for the
> workgroup WORKGROUP.
>   Unable to sync browse lists in this workgroup.
> [2003/02/09 15:14:04, 0] nmbd/asyncdns.c:start_async_dns(148)
> =========================
> 
> [2003/02/09 17:11:36, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> [2003/02/09 17:11:47, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> [2003/02/09 17:33:06, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> [2003/02/09 17:33:22, 0] smbd/password.c:authorise_login(863)
>   authorise_login: rejected invalid user nobody
> ===========================================
> 
> 
> Any help or advice is greatly appreciated.
> 
> Thanks,
> T. Shawn
> 
> T. Shawn Knisely
> 
> 



More information about the smb-clients mailing list