<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>David Dietrich&#039;s Business Technology Blog &#187; Samba</title>
	<atom:link href="http://www.daviddietrich.com/tag/samba/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daviddietrich.com</link>
	<description>Business Technology Tips</description>
	<lastBuildDate>Mon, 05 Sep 2011 11:58:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Samba &#8211; Stop homes from showing in shares</title>
		<link>http://www.daviddietrich.com/2010/01/26/samba-stop-homes-from-showing-in-shares/</link>
		<comments>http://www.daviddietrich.com/2010/01/26/samba-stop-homes-from-showing-in-shares/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 00:37:24 +0000</pubDate>
		<dc:creator>David Dietrich</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Samba]]></category>

		<guid isPermaLink="false">http://www.daviddietrich.com/?p=270</guid>
		<description><![CDATA[When using Samba on Linux, there are times that you want to allow user to have a private user directory, but do not want the &#8220;homes&#8221; directory share to show up. This is relatively simple. Edit your /etc/samba/smb.conf file with your favorite Linux editor. Look for the section [homes] and find the line browseable = set [...]]]></description>
			<content:encoded><![CDATA[<p>When using Samba on Linux, there are times that you want to allow user to have a private user directory, but do not want the &#8220;homes&#8221; directory share to show up. This is relatively simple.</p>
<p>Edit your /etc/samba/smb.conf file with your favorite Linux editor.<br />
Look for the section [homes] and find the line<br />
<strong>browseable =</strong></p>
<p>set this line to <strong>browseable = no</strong></p>
<p>Restart Samba (<strong>&gt;service smb restart</strong>) and your users should now see their personal directory without seeing the homes share.</p>
<p>If you do not have a [homes] section, here is an example on for you &#8211;&gt;</p>
<p>[homes]<br />
        hide dot files = no<br />
        comment = Home Directories<br />
        writeable = yes<br />
        delete readonly = yes<br />
        valid users = %S<br />
        browseable = no</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daviddietrich.com/2010/01/26/samba-stop-homes-from-showing-in-shares/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

