LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Windows 7 -Samba Share-Network Access denied (https://www.linuxquestions.org/questions/linux-newbie-8/windows-7-samba-share-network-access-denied-787759/)

fizeelinux 02-08-2010 07:09 AM

Windows 7 -Samba Share-Network Access denied
 
Hi all,
I have set up RHEL 5 file server with Winbind and samba services running.I am able to assign and authenticate windows XP users against my RHEL 5 server.No issues.But one or two of my users are using Windows 7 Ultimate edition and they are not able to access my network samba shares.I can view the shares in windows 7 box but trying to access gives me "network access denied error".But i can access the same share in Windows xp machine for the above tested users.Working great but not in windows 7 box.I haven't tested with Vista OS yet.

I tried this but couldn't fix my problem.

Code:

http://www.linuxplanet.com/linuxplanet/tutorials/6911/1/
I am using samba-3.0.23c-2 version.Should i need to update this or is there any changes i need to make in windows 7 machine.Thanks in advance

onebuck 02-08-2010 07:41 AM

Hi,

'SAMBA' is a great place for information.

Look at 'SMB-HOWTO' plus try 'Get Vista and Samba to work' should help to setup Samba. Along with 'Getting Vista to work with Samba' should provide some background.

Please post your '/etc/samba/smb.conf'?

:hattip:

fizeelinux 02-10-2010 03:29 AM

Quote:

Originally Posted by onebuck (Post 3856604)
Hi,

'SAMBA' is a great place for information.

Look at 'SMB-HOWTO' plus try 'Get Vista and Samba to work' should help to setup Samba. Along with 'Getting Vista to work with Samba' should provide some background.

Please post your '/etc/samba/smb.conf'?

:hattip:

Hi materials are very nice.Thanks you so much for that.I was trying to access the samba share with its IP address from windows 7 machine.Its working fine.Only with the name its not working.I have added an additional entry of the samba machine ip and its name in hosts file of the windows 7 machine.But error is the same.Any ideas.Thanks

my smb.conf file is as follows
Code:

# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2010/02/10 10:59:02

[global]
        workgroup = XYZ
        realm = XYZ.COM
        netbios name =
        server string = FILE  SERVER
        security = ADS
        ldap ssl = no
        idmap uid = 10000-20000
        idmap gid = 10000-20000
        winbind use default domain = Yes
        winbind refresh tickets = Yes

[Share]
        comment = Public Share
        path = /Share
        read only = No

[TrainingDivision]
        comment = Training Division
        path = /Training_Division
        read only = No
        create mask = 0770
        directory mask = 0770

[SoftPublic]
        comment = Public Softwares
        path = /Softwares/PublicShare
        read only = No



All times are GMT -5. The time now is 11:38 PM.