<?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>Making Life Simple &#187; samba</title>
	<atom:link href="http://www.lalitmehta.com/home/tag/samba/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lalitmehta.com/home</link>
	<description></description>
	<lastBuildDate>Tue, 09 Feb 2010 21:36:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Samba Public share</title>
		<link>http://www.lalitmehta.com/home/2006/01/05/samba-public-share/</link>
		<comments>http://www.lalitmehta.com/home/2006/01/05/samba-public-share/#comments</comments>
		<pubDate>Fri, 06 Jan 2006 01:18:01 +0000</pubDate>
		<dc:creator>lalit</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://www.lalitmehta.com/home/?p=5</guid>
		<description><![CDATA[To make a SAMBA share &#8220;Public&#8221; so that whether or not user have an account on the server, be able to access the share, add the following in the Global setting: map to guest = Bad User And have the following share definition: [Public] path = path/to/share public = yes writeable = yes browseable = [...]]]></description>
			<content:encoded><![CDATA[<p>To make a SAMBA share &#8220;Public&#8221; so that whether or not user have an account on the server, be able to access the share, add the following in the Global setting:</p>
<p>map to guest = Bad User</p>
<p>And have the following share definition:</p>
<p>[Public]<br />
path = path/to/share<br />
public = yes<br />
writeable = yes<br />
browseable = yes<br />
only guest = yes</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lalitmehta.com/home/2006/01/05/samba-public-share/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>smbmount by a non-root user</title>
		<link>http://www.lalitmehta.com/home/2006/01/03/smbmount-by-a-non-root-user/</link>
		<comments>http://www.lalitmehta.com/home/2006/01/03/smbmount-by-a-non-root-user/#comments</comments>
		<pubDate>Wed, 04 Jan 2006 05:20:15 +0000</pubDate>
		<dc:creator>lalit</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://www.lalitmehta.com/home/?p=4</guid>
		<description><![CDATA[The owner of smbmnt and smbumount should be root:root chmod 04755 /path/to/smbmnt chmod 04755 /path/to/smbumount]]></description>
			<content:encoded><![CDATA[<p>The owner of smbmnt and smbumount should be root:root</p>
<p>chmod 04755 /path/to/smbmnt<br />
chmod 04755 /path/to/smbumount</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lalitmehta.com/home/2006/01/03/smbmount-by-a-non-root-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
