2006-09-22, 05:41 AM
I install samba 3.0.23 in fedora core 4,
I've finish configuring samba, I can access the samba server from any computer(windows xp pro) in my network,
The problem is, i cannot access my shared folder.
This is my smb.conf file
[shared]
comment = shared document
path = /shared
valid users = lerry
browsable = yes
I already create lerry account in my linux mechine using these command
[root@Testing ~]# useradd lerry
[root@Testing ~]# passwd lerry
New UNIX password:(lerry)
Retype new UNIX password:(lerry)
passwd: all authentication tokens updated successfully.
[root@Testing ~]# smbpasswd lerry
New SMB password:(lerry)
Retype new SMB password:(lerry)
[root@Testing ~]#
Then I try to access shared folder and it ask for username and password,
I entered
username:lerry
password:lerry
but still cannot access the file,