当前位置: 技术问答>linux和unix
Windows 2000下找不到samba服务器,高手指点!
来源: 互联网 发布时间:2015-04-04
本文导语: windows 2000应该做什么样的设置才能找到samba服务器,谢谢! | 你指的是修改关于密码的内容,(我不知道真确的名称)。 linux用的是encrypt密码,windows用 unencrypt密码,所以你要设置使它们统...
windows 2000应该做什么样的设置才能找到samba服务器,谢谢!
|
你指的是修改关于密码的内容,(我不知道真确的名称)。
linux用的是encrypt密码,windows用 unencrypt密码,所以你要设置使它们统一。
修改方法:
在windows修改注册表,使用encrypt密码:
Windows 95/98 =============
HKEY_LOCAL_MACHINESystemCurrentControlSetServicesVxDVNETSUP
增加DWORD: EnablePlainTextPassword 值为 0x01.
Windows NT ==========
HKEY_LOCAL_MACHINESystemCurrentControlSetServicesRdrParameters
增加DWORD: EnablePlainTextPassword 值为 0x01
Windows 2000 ============
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesLanmanWorkStationParameters增加DWORD: EnablePlainTextPassword 值为 0x01
在linux中使用unencrypt密码:
在/etc/smb.conf中增加或修改
——————————————————
encrypt passwords = yes
smb passwd file = /etc/smbpasswd
——————————————————
linux用的是encrypt密码,windows用 unencrypt密码,所以你要设置使它们统一。
修改方法:
在windows修改注册表,使用encrypt密码:
Windows 95/98 =============
HKEY_LOCAL_MACHINESystemCurrentControlSetServicesVxDVNETSUP
增加DWORD: EnablePlainTextPassword 值为 0x01.
Windows NT ==========
HKEY_LOCAL_MACHINESystemCurrentControlSetServicesRdrParameters
增加DWORD: EnablePlainTextPassword 值为 0x01
Windows 2000 ============
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesLanmanWorkStationParameters增加DWORD: EnablePlainTextPassword 值为 0x01
在linux中使用unencrypt密码:
在/etc/smb.conf中增加或修改
——————————————————
encrypt passwords = yes
smb passwd file = /etc/smbpasswd
——————————————————
|
与网络邻居共享一样,不需要什么设置的。只要samba服务器设置了共享服务,win2k上直接查找就可以了。