<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.freebsdwiki.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.freebsdwiki.net/index.php?action=history&amp;feed=atom&amp;title=Smb.conf</id>
		<title>Smb.conf - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.freebsdwiki.net/index.php?action=history&amp;feed=atom&amp;title=Smb.conf"/>
		<link rel="alternate" type="text/html" href="http://www.freebsdwiki.net/index.php?title=Smb.conf&amp;action=history"/>
		<updated>2026-04-09T15:01:14Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://www.freebsdwiki.net/index.php?title=Smb.conf&amp;diff=5272&amp;oldid=prev</id>
		<title>Jimbo at 04:27, 20 January 2006</title>
		<link rel="alternate" type="text/html" href="http://www.freebsdwiki.net/index.php?title=Smb.conf&amp;diff=5272&amp;oldid=prev"/>
				<updated>2006-01-20T04:27:54Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is a fairly simple example of an smb.conf file for a workgroup-model fileserver.  Note the '''veto oplocks''' line - that's to keep opportunistic file locking from interfering with multi-user functionality on Access databases.  It's best to keep oplocks on, but just veto them for files that end in extensions they're likely to cause problems with.&lt;br /&gt;
&lt;br /&gt;
 [global]&lt;br /&gt;
 netbios name = fileserver&lt;br /&gt;
 workgroup = myworkgroup&lt;br /&gt;
 oplocks = yes&lt;br /&gt;
 veto oplock files = /*.mdb/*.MDB/*.mde/*.MDE/&lt;br /&gt;
 security = user&lt;br /&gt;
 encrypt passwords = yes&lt;br /&gt;
 directory mask = 777&lt;br /&gt;
 create mask = 777&lt;br /&gt;
 log level = 2&lt;br /&gt;
 log file = /var/log/samba.log&lt;br /&gt;
 max log size = 20480&lt;br /&gt;
 &lt;br /&gt;
 [programs]&lt;br /&gt;
 path = /data/smbshare/programs&lt;br /&gt;
 read only = no&lt;br /&gt;
 writeable = yes  &lt;br /&gt;
 &lt;br /&gt;
 [data]&lt;br /&gt;
 path = /data/smbshare/data&lt;br /&gt;
 read only = no&lt;br /&gt;
 writeable = yes&lt;br /&gt;
 &lt;br /&gt;
 [public]&lt;br /&gt;
 path = /data/smbshare/public&lt;br /&gt;
 read only = no&lt;br /&gt;
 writeable = yes&lt;br /&gt;
 &lt;br /&gt;
 [homedirs]&lt;br /&gt;
 path = /home&lt;br /&gt;
 read only = no&lt;br /&gt;
 writeable = yes&lt;br /&gt;
&lt;br /&gt;
By default, '''smb.conf''' can be found at '''/usr/local/etc/smb.conf''' on FreeBSD machines.&lt;br /&gt;
&lt;br /&gt;
see also [[Samba]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Important Config Files]]&lt;/div&gt;</summary>
		<author><name>Jimbo</name></author>	</entry>

	</feed>