>I use a SAMBA server at school to allow Domain Logons and romeing profiles,
>each student has their own username. However I would like to restirct
logon>access from one Win 98 machine to just a few users. Is the do-able? And
if>so how would i go about it?
use a machine specific smb.conf file and put additional user restrictions in
it.
eg:
in {global}
include = /usr/local/samba/lib/smb.conf.%m
where samba will replace the %m by the machine name. So create a file called
smb.conf.machinename and add just the extra entries needed.
Robert