LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Browsing linux smb share from win2k3 error (https://www.linuxquestions.org/questions/linux-software-2/browsing-linux-smb-share-from-win2k3-error-517974/)

doron26 01-10-2007 06:45 AM

Browsing linux smb share from win2k3 error
 
HI,
i configured samba to share home dir with windows.
when i use \\sambaserver\homedir from win xp it's ok.
but when i use it from win2003 i get "dont have permission to use the network resource....".

i use samba 3.0.2
this is my smb.conf

[global]
workgroup = DOMAIN
server string =
security = SERVER
password server = 10.10.247.4 10.10.247.1
client lanman auth = No
client plaintext auth = No
log file = /var/log/samba/%m.log
preferred master = No
domain master = No
dns proxy = No
wins proxy = Yes
wins server = 10.10.247.4, 10.10.247.1
ldap ssl = no
hosts allow = 10.10.248., 10.10.247.
cups options = raw

[homes]
comment = Home Directories
valid users = %S
read only = No

Please Help !!!!
BR
Doron

xjlittle 01-11-2007 03:04 PM

It is quite possible that samba 3.0.2 does not have support for digitally signed communications. I'm 99% sure that win2003 is sending this. I believe the latest samba is 3.0.23. The first thing I would do would be to upgrade samba.


All times are GMT -5. The time now is 05:13 AM.