Networking Forums

Networking Forums > Computer Networking > Linux Networking > XP --> Linux with Samba

Reply
Thread Tools Display Modes

XP --> Linux with Samba

 
 
Mike T.
Guest
Posts: n/a

 
      11-06-2005, 08:19 PM
Hi,

I'm trying to get my XP Pro computers to see Samba shares on a SuSE 10.0
box. On the windows side, I'm using a workgroup, not a domain. I've been
going through resources on the Web, but I still can't seem to accomplish it.

I have accounts the same username/password combo on both machines. When
going into Network Neighborhood on the XP box, the Linux machine is visible.
However, when I try to access it, I get a message saying that I don't have
permission. I've never had probems browsing Windows shares from the Linux
box.

Here's my smb.conf:

# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2005-09-13

[global]
workgroup = THOMENET
printing = cups
hosts allow = 192.168.1. 127.
printcap name = cups
printcap cache time = 750
cups options = raw
map to guest = Bad User
include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s
/bin/false %m$
domain logons = No
domain master = No
security = user

[homes]
comment = Home Directories
valid users = %S
browseable = No
read only = No
inherit acls = Yes

[profiles]
comment = Network Profiles Service
path = %H
read only = No
store dos attributes = Yes
create mask = 0600
directory mask = 0700

[users]
comment = All users
path = /home
read only = No
inherit acls = Yes
veto files = /aquota.user/groups/shares/

[groups]
comment = All groups
path = /home/groups
read only = No
inherit acls = Yes

[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No

[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775

## Share disabled by YaST
# [netlogon]


What am I doing wrong?
Thanks,
Mike


 
Reply With Quote
 
 
 
 
chris dewbery
Guest
Posts: n/a

 
      11-06-2005, 09:16 PM
Mike T. wrote:
> Hi,
>
> I'm trying to get my XP Pro computers to see Samba shares on a SuSE 10.0
> box. On the windows side, I'm using a workgroup, not a domain. I've been
> going through resources on the Web, but I still can't seem to accomplish it.
>
> I have accounts the same username/password combo on both machines. When
> going into Network Neighborhood on the XP box, the Linux machine is visible.
> However, when I try to access it, I get a message saying that I don't have
> permission. I've never had probems browsing Windows shares from the Linux
> box.
>
> Here's my smb.conf:
>
> # smb.conf is the main Samba configuration file. You find a full commented
> # version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
> # samba-doc package is installed.
> # Date: 2005-09-13
>
> [global]
> workgroup = THOMENET
> printing = cups
> hosts allow = 192.168.1. 127.
> printcap name = cups
> printcap cache time = 750
> cups options = raw
> map to guest = Bad User
> include = /etc/samba/dhcp.conf
> logon path = \\%L\profiles\.msprofile
> logon home = \\%L\%U\.9xprofile
> logon drive = P:
> add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s
> /bin/false %m$
> domain logons = No
> domain master = No
> security = user
>
> [homes]
> comment = Home Directories
> valid users = %S
> browseable = No
> read only = No
> inherit acls = Yes
>
> [profiles]
> comment = Network Profiles Service
> path = %H
> read only = No
> store dos attributes = Yes
> create mask = 0600
> directory mask = 0700
>
> [users]
> comment = All users
> path = /home
> read only = No
> inherit acls = Yes
> veto files = /aquota.user/groups/shares/
>
> [groups]
> comment = All groups
> path = /home/groups
> read only = No
> inherit acls = Yes
>
> [printers]
> comment = All Printers
> path = /var/tmp
> printable = Yes
> create mask = 0600
> browseable = No
>
> [print$]
> comment = Printer Drivers
> path = /var/lib/samba/drivers
> write list = @ntadmin root
> force group = ntadmin
> create mask = 0664
> directory mask = 0775
>
> ## Share disabled by YaST
> # [netlogon]
>
>
> What am I doing wrong?
> Thanks,
> Mike
>
>


the line "security = user" in your smb.conf file requires you to the have
an account setup on the linux box for each user that wants to have access.

you could use "security = share" if security isn't an issue, or just create an account for this user on the linux box.

see "man smb.conf" for more information.

good luck



 
Reply With Quote
 
cid
Guest
Posts: n/a

 
      11-06-2005, 09:52 PM
have you added the user to the smbpasswd list?


smbpasswd -a ( username name here )


??

On Sun, 6 Nov 2005 22:19:18 +0100, "Mike T." <(E-Mail Removed)>
wrote:

>Hi,
>
>I'm trying to get my XP Pro computers to see Samba shares on a SuSE 10.0
>box. On the windows side, I'm using a workgroup, not a domain. I've been
>going through resources on the Web, but I still can't seem to accomplish it.
>
>I have accounts the same username/password combo on both machines. When
>going into Network Neighborhood on the XP box, the Linux machine is visible.
>However, when I try to access it, I get a message saying that I don't have
>permission. I've never had probems browsing Windows shares from the Linux
>box.
>
>Here's my smb.conf:
>
># smb.conf is the main Samba configuration file. You find a full commented
># version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
># samba-doc package is installed.
># Date: 2005-09-13
>
>[global]
>workgroup = THOMENET
>printing = cups
>hosts allow = 192.168.1. 127.
>printcap name = cups
>printcap cache time = 750
>cups options = raw
>map to guest = Bad User
>include = /etc/samba/dhcp.conf
>logon path = \\%L\profiles\.msprofile
>logon home = \\%L\%U\.9xprofile
>logon drive = P:
>add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s
>/bin/false %m$
>domain logons = No
>domain master = No
>security = user
>
>[homes]
>comment = Home Directories
>valid users = %S
>browseable = No
>read only = No
>inherit acls = Yes
>
>[profiles]
>comment = Network Profiles Service
>path = %H
>read only = No
>store dos attributes = Yes
>create mask = 0600
>directory mask = 0700
>
>[users]
>comment = All users
>path = /home
>read only = No
>inherit acls = Yes
>veto files = /aquota.user/groups/shares/
>
>[groups]
>comment = All groups
>path = /home/groups
>read only = No
>inherit acls = Yes
>
>[printers]
>comment = All Printers
>path = /var/tmp
>printable = Yes
>create mask = 0600
>browseable = No
>
>[print$]
>comment = Printer Drivers
>path = /var/lib/samba/drivers
>write list = @ntadmin root
>force group = ntadmin
>create mask = 0664
>directory mask = 0775
>
>## Share disabled by YaST
># [netlogon]
>
>
>What am I doing wrong?
>Thanks,
>Mike
>


 
Reply With Quote
 
Mike T.
Guest
Posts: n/a

 
      11-07-2005, 08:31 AM
"cid" <(E-Mail Removed)> schrieb im Newsbeitrag
news:(E-Mail Removed)...
> have you added the user to the smbpasswd list?
>
>
> smbpasswd -a ( username name here )
>


That was it! Thanks!


 
Reply With Quote
 
Mike T.
Guest
Posts: n/a

 
      11-07-2005, 08:33 AM

>
> the line "security = user" in your smb.conf file requires you to the have
> an account setup on the linux box for each user that wants to have access.
>
> you could use "security = share" if security isn't an issue, or just
> create an account for this user on the linux box.
>
> see "man smb.conf" for more information.
>
> good luck
>


Thanks for responding. I found the problem. Although I had the same
user/pass combo on both boxes, I had neglected to add the user to smbpasswd.
All is now well!

Mike


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Samba and Linux HA snovgorodsky@gmail.com Linux Networking 0 04-14-2009 02:32 AM
Do all Linux distros have Samba built-in? Detect if Samba installed? Matthew Lincoln Linux Networking 8 11-17-2008 12:11 AM
Linux / Samba Limitations William Linux Networking 5 10-06-2007 08:27 PM
samba and linux passwords Jeff Godfrey Linux Networking 2 03-02-2004 12:14 AM
Samba: Windows can't see Linux Robert Book Linux Networking 3 07-27-2003 07:00 PM



1 2 3 4 5 6 7 8 9 10 11