<div dir="ltr"><br><br><div class="gmail_quote">On Wed, Oct 8, 2008 at 6:40 PM, John R Pierce <span dir="ltr"><<a href="mailto:pierce@hogranch.com">pierce@hogranch.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Spike Turner wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I've looked at the CentOS docs-list as well as the Wiki as I was interested in Samba.<br>
<br>
On one CentOS box I've got 3.0.32 (the latest bug-fixed version from Samba.org)<br>
and on another I've got 3.0.28 (the latest from upstream). The docs look almost the same and the docs refer to security = share. However 3.0.32 comes with a blank smb.conf making it harder to get a secure server up and running.<br>

<br>
Is there a plan for a quick and dirty guide on the Wiki for setting up Samba<br>
with secure settings as well as TDB rather than deprecated settings?<br>
  <br>
</blockquote>
<br></div>
FWIW (about what you paid), I've often used SWAT to setup my Samba initial configuration.<br>
<br>
yum install samba-swat, then edit /etc/xinetd.d/swat and put a #  in front of 'disable = yes', save this file, service xinetd reload, and then use a browser to connect to <a href="http://localhost:901" target="_blank">http://localhost:901</a> log on as root, and fill out the forms<br>

<br>
(if you want to manage swat from a seperate workstation, # out the only_from line too, or add your LAN ip or cidrrange, seperated by a space<br>
example:<br>
   only_from     = <a href="http://127.0.0.1" target="_blank">127.0.0.1</a> <a href="http://192.168.0.0/24" target="_blank">192.168.0.0/24</a><br>
would allow localhost or anyone on the <a href="http://192.168.0.0/24" target="_blank">192.168.0.0/24</a> network to access swat)<br>
<br>
I know a lot of folks disparage swat, but its a lot easier than remembering all the obscure settings in the smb.conf files when you've got better things to do.<div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org" target="_blank">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</div></div></blockquote></div><br><br>You may want to look at a third party samba packager for better documentation such as:<br><a href="http://enterprisesamba.org/">http://enterprisesamba.org/</a><br></div>