|
|
用gnome的“网络”查看局域网
浏览mshome没问题,但是workgroup的机器都显示不出来
说:抱歉,不能显示XXX的内容
smbclient 用起来倒是没问题
- joey@debian:~$ testparm
- Load smb config files from /etc/samba/smb.conf
- Processing section "[printers]"
- Processing section "[print$]"
- Processing section "[pub]"
- Loaded services file OK.
- Server role: ROLE_STANDALONE
- Press enter to see a dump of your service definitions
- [global]
- dos charset = cp936
- display charset = UTF-8
- server string = %h server (Samba %v)
- obey pam restrictions = Yes
- passdb backend = tdbsam
- passwd program = /usr/bin/passwd %u
- passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .
- username map = /etc/samba/smbusers
- syslog = 0
- log file = /var/log/samba/log.%m
- max log size = 1000
- dns proxy = No
- panic action = /usr/share/samba/panic-action %d
- invalid users = root
- create mask = 0700
- directory mask = 0700
- [printers]
- comment = All Printers
- path = /var/spool/samba
- printable = Yes
- browseable = No
- [print$]
- comment = Printer Drivers
- path = /var/lib/samba/printers
- [pub]
- comment = Shared Folder with username and password
- path = /home/joey/pub/
- valid users = joey
- force user = nobody
- force group = nogroup
- read only = No
- guest ok = Yes
复制代码 |
|