- 论坛徽章:
- 0
|
用samba出现点问题?
我的干脆就看不到solaris系统。配置如下:
# ./testparm
Load smb config files from /usr/local/samba/lib/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Processing section "[public]"
Processing section "[myshare]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
# Global parameters
[global]
server string = Samba Server
security = SHARE
log file = /usr/local/samba/var/log.%m
max log size = 50
dns proxy = No
hosts allow = 61.182.4.190, 61.182.4.189, 192.168.2., 127.
[homes]
comment = Home Directories
read only = No
browseable = No
[printers]
comment = All Printers
path = /usr/spool/samba
printable = Yes
browseable = No
[public]
comment = Public Stuff
path = /export/home/luojian
write list = @staff
read only = No
guest ok = Yes
[myshare]
comment = Mary's and Fred's stuff
path = /export/home/luojian
valid users = luojian
read only = No
create mask = 0765
帮忙看看! |
|