Results 1 to 1 of 1
I am at my witts end. I have a web server under Apache2 on a local networks. I will stiil doing development unnder windows. I though I can set up ...
- 11-25-2006 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 1
Debian Samba
I am at my witts end. I have a web server under Apache2 on a local networks. I will stiil doing development unnder windows. I though I can set up Samba to map the www drive to windows. I see teh netbios name on windows network neighborhood but I am unable to see any directories. I get an internal error when attempting to log in fom my linux box to a shared windos folder. I user Debian 3.1 with windows XP home version
Here is my conf file what am i missing.
[global]
workgroup = Rabhomenet
netbois name = Webdevo
encrypt passwords = yes
[homes]
read only = no
browseable = yes
[SMB4K]
path = /home/richardb/smb4k/
guest ok = yes
case sensitive = no
msdfs proxy = no
valid users = usrwins3
admin users = root
[WWW]
path = /var/www
guest ok = yes
read only = no
guest account = usrwins3
case sensitive = no
msdfs proxy = no


Reply With Quote
