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....
i mstake: security = user parameter
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
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
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...