----- Original Message ----- From: "Graham Bentley" <[EMAIL PROTECTED]>
To: <FreeBSD-Questions@FreeBSD.ORG>
Sent: Tuesday, April 12, 2005 1:23 PM
Subject: SMBQ




Hi,

Any Samba user know how to do the follwing ;-

I have an open file share on a Samaba box
with the simplest smb.conf I could get away
with.

When creating a new sub-direstory
anyone can use it.

Is there a real quick / easy way to make
users supply a password ?

Thanks

[global]
workgroup = workgroup
server string = fileserver
security = share
hosts allow = 192.168.1. 127.
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
local master = no
domain master = no
preferred master = no
os level = 32

[Fileshare]
comment = Fileshare
path = /Fileshare
public = yes
writable = yes
only guest = yes

Oops, sorry, forgot this is the FreeBSD list :)

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



u must change the security to user
the public to no
only guest to no


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to