Bug 5552 - Samba don't work with Windows VIsta BASIC
Summary: Samba don't work with Windows VIsta BASIC
Status: CLOSED INVALID
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Domain Control (show other bugs)
Version: 3.0.24
Hardware: x64 Linux
: P3 critical
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-20 06:23 UTC by Slava
Modified: 2008-06-20 08:39 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Slava 2008-06-20 06:23:21 UTC
When i connect to samba from Vista basic to my server (x64 platform) vista show shared names but not show folder and files in shares.
this is my config file samba:
# 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: 2007-05-16
[global]
        server string = FileServer STAR Travel
	netbios name = STARPDC
	workgroup = MILKYWAY
	passdb backend = smbpasswd
	os level = 65
	preferred master = yes
	domain master = yes
	local master = yes
	security = share
	domain logons = yes
	logon path =  
	logon drive = 
	logon home = 
	logon script = STARTUP.BAT
	ldap suffix = 
	wins support = Yes
	hosts allow = 192.168.0.0/24 127.
	socket options = SO_RCVBUF=8192 SO_SNDBUF=8192
	hide unreadable = Yes
	case sensitive = No
	load printers = No
	log file = /var/log/samba/log.%U
	max log size = 50
	show add printer wizard = No
	printing = 
	printcap name = 
	map to guest = Bad User
	usershare allow guests = Yes
	add machine script = /usr/sbin/useradd  -c Machine -d /var/lib/nobody -s /bin/false %m$
	usershare max shares = 1000
	time server = yes
	create mask = 0775
	directory mask = 0775
	force create mode = 0775
	force directory mode = 0775
	
#max protocol = LANMAN2



	admin users = @it

	
[netlogon]
	comment = Samba Network Logon Service
	path = /home/netlogon
	case sensitive = no
	guest ok = yes
	locking = no
	read only = yes
	write list = @it

[groups]
	path = /home/starroot
	public = yes
	browseable = yes
	writeable = yes
	valid users = @%G
#	inherit acls = Yes
	inherit owner = Yes
#	force group = %G
	create mask = 0775
	directory mask = 0775
	force create mode = 0775
	force directory mode = 0775


when i uncomment max protocol = LANMAN2, Vista see shares but domain controller not auth winxp user in domain....
Comment 1 Slava 2008-06-20 06:31:29 UTC
i mstake: 
security = user
parameter
Comment 2 Volker Lendecke 2008-06-20 06:34:29 UTC
Assuming that you try to run a domain controller: security=share is incompatible with that. Please convert your configuration to security=user, remove the "max protocol" setting and try again.

Volker
Comment 3 Volker Lendecke 2008-06-20 06:36:14 UTC
Okay, this was oversight, I only saw your first posting saying "security=share". Please try upgrading to Samba 3.0.30, there were some Vista bugs fixed in between.

Please re-open this bug if it does not work with 3.0.30.

Volker
Comment 4 Slava 2008-06-20 08:39:09 UTC
Thanks to all a problem is fixed by:
host msdfs = no #Vista compatibility
parameter.
and Hi from Russia ;))))
i find this bug in bugs database... Thanks developer's! you are the best :)
very good working...