Help with Samba and Windows 7

Discussion in 'Server Operation' started by maverick, Jan 15, 2010.

  1. maverick

    maverick New Member

    I have Fedora 12 installed with Samba 3.4.2 as a VMware client on a Windows 7 Ultimate 64bit operating system. Both SElinux and the firewall are disabled. On an XP client I can view the SAMBA shares no problem.

    However on the Windows 7 64bit box I can see the machine "fedora12" but cannot progress past the request for username/password. Based on other searches I have updated the "Local Security Policies"

    Network security: LAN Manager authentication level
    Send LM & NTLM responses

    Minimum session security for NTLM SSP
    Disable Require 128-bit encryption ​

    but nothing changes.

    Does anyone have any suggestions on wha else I might try to get this working.

    Thanks in advance.

    Mark

    smb.conf....

    HTML:
    #======================= Global Settings =====================================
    
    [global]
    	log file = /var/log/samba/log.%m
    	netbios name = fedora12
    	cups options = raw
    	server string = Samba Server Version %v
    	workgroup = ECC
    	os level = 20
    	debug level = 10
    	security = user
    	max log size = 50
    ;	os level = 20
     	hosts allow = 127. 192.168.0. 
    
    
    #============================ Share Definitions ==============================
    
    [homes]
    	comment = Home Directories
    	browseable = no
    	writable = yes
    ;	valid users = %S
    ;	valid users = MYDOMAIN\%S
    
    [printers]
    	comment = All Printers
    	path = /var/spool/samba
    	browseable = no
    ;	guest ok = no
    ;	writable = No
    	printable = yes
    
    
    [photo]
    	writeable = yes
    	public = yes
    	path = /home/shares/Photo's
    ;	browseable = yes
    
     
  2. maverick

    maverick New Member

    Solved !

    I have just overcome my issue but would still be keen to hear from anyone who has a better suggestion or advice.

    1) Created a local user account for the Windows-7 machine, using the machine name
    2) Create a local user account for the Windows-7 user account.
    3) Sync the local accounts with Samba
    4) Restart Samba

    Thanks

    Mark
     

Share This Page