<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
I just can't get this one to work, maybe you can help.
<p>I have a RH6.2 box that I want to setup a file share on. This box is
already on an NT domain, and Samba needs to be restricted to only serving
the file share.
<p><u>Problem:</u> I have the share working, but only for users on the
Linux box. I need the share to be available to the entire domain, without
creating accounts for everyone on the domain. I should not have to maintain
duplicate user accounts just to access the file share. The NT PDC (192.168.1.1)
controls all of the user accounts.
<p><u>Things I've done in smb.conf:</u><u></u>
<p># Security mode. Most people will want user level security. See
<br># security_level.txt for details.
<br>;&nbsp;&nbsp; security = user
<br>&nbsp;&nbsp; security = server
<p># Use password server option only with security = server
<br>;&nbsp;&nbsp; password server = &lt;NT-Server-Name>
<br>&nbsp;&nbsp; password server = 192.168.1.1
<p># Use only if you have an NT server on your network that has been
<br># configured at install time to be a primary domain controller.
<br>;&nbsp;&nbsp; domain controller = &lt;NT-Domain-Controller-SMBName>
<br>&nbsp;&nbsp; domain controller = 192.168.1.1
<p># A publicly accessible directory, read/write to all users. Note that
all files
<br># created in the directory by users will be owned by the default user,
so
<br># any user with access can delete any other user's files. Obviously
this
<br># directory must be writable by the default user. Another user could
of course
<br># be specified, in which case all files would be owned by that user
instead.
<br>[public]
<br>&nbsp;&nbsp; path = /home/public
<br>&nbsp;&nbsp; public = yes
<br>&nbsp;&nbsp; only guest = yes
<br>&nbsp;&nbsp; writable = yes
<br>&nbsp;&nbsp; printable = no
<br><u></u>&nbsp;</html>