Here's my current config.
Now if I add the following line under the [web_user] directive I can log on.
'guest ok = yes'
Obviously then anyone with an account on the BSd system can log on. I only want a couple
of users to log on. w/o 'guest ok=yes' it tells me I dont have permission to log on!
I made sure I created a password utilizing smbpasswd to create my password and that works
fine with 'guest ok = yes' added.
=================================================
[global]
workgroup = sacred-heart
log file = /var/log/log.%m
max log size = 50
socket options = TCP_NODELAY
dns proxy = no
load printers = yes
os level = 20
server string = Students' Web Server
encrypt passwords = yes
[web_dir]
comment = Students' Web Stuff
path = /usr/local/www/data/Students
valid users = ssen jbennett
writeable = yes
public = yes
read only = no
browseable = yes
==========================================
Now if I add the following line under the [web_user] directive I can log on.
'guest ok = yes'
Obviously then anyone with an account on the BSd system can log on. I only want a couple
of users to log on. w/o 'guest ok=yes' it tells me I dont have permission to log on!
I made sure I created a password utilizing smbpasswd to create my password and that works
fine with 'guest ok = yes' added.
=================================================
[global]
workgroup = sacred-heart
log file = /var/log/log.%m
max log size = 50
socket options = TCP_NODELAY
dns proxy = no
load printers = yes
os level = 20
server string = Students' Web Server
encrypt passwords = yes
[web_dir]
comment = Students' Web Stuff
path = /usr/local/www/data/Students
valid users = ssen jbennett
writeable = yes
public = yes
read only = no
browseable = yes
==========================================