<?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>Ali Aboosaidi &#187; smb</title>
	<atom:link href="http://insanelabs.com/tag/smb/feed/" rel="self" type="application/rss+xml" />
	<link>http://insanelabs.com</link>
	<description>Umm... Unorthodox?</description>
	<lastBuildDate>Tue, 08 Nov 2011 21:04:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Linux: A simple and quick way of sharing a folder with Windows systems using Samba</title>
		<link>http://insanelabs.com/linux/linux-a-simple-and-quick-way-of-sharing-a-folder-with-windows-systems-using-samba/</link>
		<comments>http://insanelabs.com/linux/linux-a-simple-and-quick-way-of-sharing-a-folder-with-windows-systems-using-samba/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 06:56:02 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[smb]]></category>

		<guid isPermaLink="false">http://insanelabs.com/?p=205</guid>
		<description><![CDATA[Here is the quickest way to share a folder with read/write access. Get rid of all lines in your /etc/samba/smb.conf and replace them with: [global] workgroup = workgroup or domain server string = %h server security = user obey pam restrictions = Yes passdb backend = tdbsam passwd program = /usr/bin/passwd %u passwd chat = [...]
Related posts:<ol>
<li><a href="http://insanelabs.com/linux/linux-mount-remote-windows-shares-with-smbfs/" rel='bookmark' title='Linux: Mount remote Windows shares with smbfs' class="liinternal">Linux: Mount remote Windows shares with smbfs</a></li>
<li><a href="http://insanelabs.com/linux/linux-user-management/" rel='bookmark' title='Linux: User management' class="liinternal">Linux: User management</a></li>
<li><a href="http://insanelabs.com/linux/linux-htaccess-and-htpasswd-files/" rel='bookmark' title='Linux: .htaccess and .htpasswd files' class="liinternal">Linux: .htaccess and .htpasswd files</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here is the quickest way to share a folder with read/write access.</p>
<p>Get rid of all lines in your /etc/samba/smb.conf and replace them with:</p>
<pre>[global]
workgroup = workgroup or domain
server string = %h server
security = user
obey pam restrictions = Yes
passdb backend = tdbsam
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
panic action = /usr/share/samba/panic-action %d
encrypt passwords = yes
invalid users = root

[Share name]
path = /home/share/
comment = comment
public = yes
browseable = yes
writeable = yes
valid users = user who will access the share
create mask = 0755</pre>
<p>Restart your samba server:</p>
<pre>/etc/init.d/samba restart</pre>
<p>You must have an smb account for specified user. To create one:</p>
<pre>smbuser &lt;username&gt;
smbpasswd &lt;username&gt;</pre>
<p>Enter password for user.</p>
<p>Related posts:<ol>
<li><a href="http://insanelabs.com/linux/linux-mount-remote-windows-shares-with-smbfs/" rel='bookmark' title='Linux: Mount remote Windows shares with smbfs' class="liinternal">Linux: Mount remote Windows shares with smbfs</a></li>
<li><a href="http://insanelabs.com/linux/linux-user-management/" rel='bookmark' title='Linux: User management' class="liinternal">Linux: User management</a></li>
<li><a href="http://insanelabs.com/linux/linux-htaccess-and-htpasswd-files/" rel='bookmark' title='Linux: .htaccess and .htpasswd files' class="liinternal">Linux: .htaccess and .htpasswd files</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://insanelabs.com/linux/linux-a-simple-and-quick-way-of-sharing-a-folder-with-windows-systems-using-samba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

