<?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>Josh Schumacher: A PHP Developer &#187; linux</title>
	<atom:link href="http://blog.joshschumacher.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joshschumacher.com</link>
	<description>The biggest and the best in the Northwest</description>
	<lastBuildDate>Thu, 29 Oct 2009 21:54:30 +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>Enable Samba Access For A User (Linux)</title>
		<link>http://blog.joshschumacher.com/2009/10/23/enable-samba-access-for-a-user-linux/</link>
		<comments>http://blog.joshschumacher.com/2009/10/23/enable-samba-access-for-a-user-linux/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 21:59:44 +0000</pubDate>
		<dc:creator>Josh Schumacher</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[manage]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[smb]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://blog.joshschumacher.com/?p=34</guid>
		<description><![CDATA[If you are attempting to connect to a samba (smb) share and you are denied, there&#8217;s a high probability your user account hasn&#8217;t been granted access to the samba server yet. To grant a user access use the smbpasswd command line tool. SSH to the samba server Log in as root smbpasswd -a username Enter [...]]]></description>
			<content:encoded><![CDATA[<p>If you are attempting to connect to a samba (smb) share and you are denied, there&#8217;s a high probability your user account hasn&#8217;t been granted access to the samba server yet.  To grant a user access use the <code>smbpasswd</code> command line tool.</p>
<ol>
<li>SSH to the samba server</li>
<li>Log in as root</li>
<li><code>smbpasswd -a <i>username</i></code></li>
<li>Enter password (twice) &#8211; no characters will appear on the screen</li>
</ol>
<p>Interesting note: if you aren&#8217;t logged in as root, the <code>smbpasswd</code> command line tool can be used to change you samba password.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joshschumacher.com/2009/10/23/enable-samba-access-for-a-user-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
