This does what you want on my home network.
Joel
[global]
security = SHARE
guest account = ftp
hosts allow = 192.168. 127.0.0.1
[AllFiles]
comment = All Files
path = /
read only = no
guest ok = Yes
[test]
comment = Filtered for Z53
path = /tmp
read only = No
create mask = 0700
guest ok = Yes
printable = Yes
printing = lprng
print command = /usr/bin/lpr -Ptest %s; rm %s
lpq command = /usr/bin/lpq -Ptest
lprm command = /usr/bin/lprm -Ptest %j
lppause command = /usr/sbin/lpc hold test %j
lpresume command = /usr/sbin/lpc release test %j
On Mon, Apr 15, 2002 at 04:26:30PM -0500, christopher j bottaro
wrote:> hello,
> i want to share a printer via samba to some win2k machines, but i don't
want
> the win2k machines to have to login to some home dir. how do i accomplish
> this? also, i want to share some dir (i.e. /home/cjb/my_music) to the
win2k
> machines with certain permissions, again without requiring the win2k
machines
> to login.
>
> thanks for the help,
> christopher
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: http://lists.samba.org/mailman/listinfo/samba