|
|

楼主 |
发表于 2004-3-5 08:30:18
|
显示全部楼层
re: 版主
[root@localhost root]# testparm
Load smb config files from /etc/samba/smb.conf
Unknown parameter encountered: "user charset"
Ignoring unknown parameter "user charset"
Processing section "[homes]"
Processing section "[printers]"
Processing section "[share]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
# Global parameters
[global]
unix charset = cp936
netbios name = SERVER
server string = server
password server = None
username map = /etc/samba/smbusers
log file = /var/log/samba/%m.log
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
hosts allow = 192.168.10., 127.
[homes]
comment = Home Directories
read only = No
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[share]
path = /home/share
guest ok = Yes
还是不行. user charset = cp936 测试通过不了!
谢谢! |
|