[Samba] Access denied from Windows XP and Mac

June 07th, 2012 - 09:10 am ET by Murthy | Report spam
Hi All,

I have the following setup.

Samba Server: Scientific Linux 6.2 with the following samba config. I am able to ping the samba server from both a Mac and Windows XP machines. I can even connect to the samba share.
However when I try to access files in the directory I get the error Access Denied. What am I doing wrong? Any help is appreciated greatly.

From Mac I can Connect as Samba User, See the Samba Shares. Same with Windows XP I can use c:et use x: \\MGLINX\Murthy or any other user I configured on the server. However when I cd to X:\ and do dir I get the error Access Denined.

Regards
Murthy


# from UNKNOWN (192.168.1.2)
# Date: 2012/06/07 07:36:43

[global]
workgroup = MYGROUP
server string = Samba Server Version %v
log file = /var/log/samba/log.%m
max log size = 50
domain logons = Yes
wins support = Yes
cups options = raw
name resolve order = wins lmhosts hosts bcast
unix extensions = no
[homes]
comment = Home Directoris
path = /home/%S
read only = No

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No


I am able to
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
email Follow the discussionReplies 1 replyReplies Make a reply

Replies

#1 Gaiseric Vandal
June 07th, 2012 - 09:20 am ET | Report spam
Are the XP machines domain members?

What are the permissions set on the , for example, Murthy directory?
Either your permissions are set wrong OR samba is not correctly mapping
your "samba" user to the underlying unix account. Just because the
share permissions are correct doesn't mean the file permissions are
correct.

Can you create a directory with 777 permisions in unix. Then see if
your samba user can access that directory and create files.




On 06/07/12 09:07, Murthy wrote:
Hi All,

I have the following setup.

Samba Server: Scientific Linux 6.2 with the following samba config. I am able to ping the samba server from both a Mac and Windows XP machines. I can even connect to the samba share.
However when I try to access files in the directory I get the error Access Denied. What am I doing wrong? Any help is appreciated greatly.

From Mac I can Connect as Samba User, See the Samba Shares. Same with Windows XP I can use c:et use x: \\MGLINX\Murthy or any other user I configured on the server. However when I cd to X:\ and do dir I get the error Access Denined.

Regards
Murthy


# from UNKNOWN (192.168.1.2)
# Date: 2012/06/07 07:36:43

[global]
workgroup = MYGROUP
server string = Samba Server Version %v
log file = /var/log/samba/log.%m
max log size = 50
domain logons = Yes
wins support = Yes
cups options = raw
name resolve order = wins lmhosts hosts bcast
unix extensions = no
[homes]
comment = Home Directoris
path = /home/%S
read only = No

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No


I am able to



To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba

Similar topics