<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Create a Shared Directory on Samba AD DC and Map to Windows/Linux Clients &#8211; Part 7	</title>
	<atom:link href="https://www.tecmint.com/create-shared-directory-on-samba-ad-dc-and-map-to-windows-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/create-shared-directory-on-samba-ad-dc-and-map-to-windows-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 30 Apr 2020 12:53:07 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Sergey		</title>
		<link>https://www.tecmint.com/create-shared-directory-on-samba-ad-dc-and-map-to-windows-linux/comment-page-1/#comment-1331059</link>

		<dc:creator><![CDATA[Sergey]]></dc:creator>
		<pubDate>Thu, 30 Apr 2020 12:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24708#comment-1331059</guid>

					<description><![CDATA[Hello! I cannot figure out, how to create and map Linux users home directories in samba, what should I do if I need to access my Linux home folder from different computers?]]></description>
			<content:encoded><![CDATA[<p>Hello! I cannot figure out, how to create and map Linux users home directories in samba, what should I do if I need to access my Linux home folder from different computers?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/create-shared-directory-on-samba-ad-dc-and-map-to-windows-linux/comment-page-1/#comment-1109414</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 08 Mar 2019 04:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24708#comment-1109414</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-shared-directory-on-samba-ad-dc-and-map-to-windows-linux/comment-page-1/#comment-1109245&quot;&gt;Fausto&lt;/a&gt;.

@Fausto,

Thanks for sharing the tip, hope it will help other users..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-shared-directory-on-samba-ad-dc-and-map-to-windows-linux/comment-page-1/#comment-1109245">Fausto</a>.</p>
<p>@Fausto,</p>
<p>Thanks for sharing the tip, hope it will help other users..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Fausto		</title>
		<link>https://www.tecmint.com/create-shared-directory-on-samba-ad-dc-and-map-to-windows-linux/comment-page-1/#comment-1109245</link>

		<dc:creator><![CDATA[Fausto]]></dc:creator>
		<pubDate>Thu, 07 Mar 2019 20:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24708#comment-1109245</guid>

					<description><![CDATA[This command didn&#039;t work to me:
&lt;pre&gt;
# chown -R root:&quot;domain users&quot; /nas
&lt;/pre&gt;
Then I edited &lt;code&gt;/etc/nsswitch.conf&lt;/code&gt; like this:
&lt;pre&gt;
passwd: compat winbind
group: compat winbind
hosts: files dns winbind
&lt;/pre&gt;
I hop1e it helps someone!]]></description>
			<content:encoded><![CDATA[<p>This command didn&#8217;t work to me:</p>
<pre>
# chown -R root:"domain users" /nas
</pre>
<p>Then I edited <code>/etc/nsswitch.conf</code> like this:</p>
<pre>
passwd: compat winbind
group: compat winbind
hosts: files dns winbind
</pre>
<p>I hop1e it helps someone!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: latif		</title>
		<link>https://www.tecmint.com/create-shared-directory-on-samba-ad-dc-and-map-to-windows-linux/comment-page-1/#comment-1099230</link>

		<dc:creator><![CDATA[latif]]></dc:creator>
		<pubDate>Tue, 05 Feb 2019 08:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24708#comment-1099230</guid>

					<description><![CDATA[Hi,

Could any one tell me if it is possible to apply the windows acl&#039;s when mounting a cifs share to Linux (centos/rhel), mean we can grant access to more users/groups in addition to uid/gid (owner of the share), so there is any solution to bypass this issue as long as the posix acl (setfacl) are not permitted.

ps: The current cifs-utils package has two binaries, getcifsacl and setcifsacl but unfortunately this work with SID&#039;s (alternative of uid in windows) , so any one have ever tried or test this ? 

joining the AD with winbind or sssd could solve this ?]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Could any one tell me if it is possible to apply the windows acl&#8217;s when mounting a cifs share to Linux (centos/rhel), mean we can grant access to more users/groups in addition to uid/gid (owner of the share), so there is any solution to bypass this issue as long as the posix acl (setfacl) are not permitted.</p>
<p>ps: The current cifs-utils package has two binaries, getcifsacl and setcifsacl but unfortunately this work with SID&#8217;s (alternative of uid in windows) , so any one have ever tried or test this ? </p>
<p>joining the AD with winbind or sssd could solve this ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kai		</title>
		<link>https://www.tecmint.com/create-shared-directory-on-samba-ad-dc-and-map-to-windows-linux/comment-page-1/#comment-1015592</link>

		<dc:creator><![CDATA[Kai]]></dc:creator>
		<pubDate>Thu, 12 Jul 2018 10:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24708#comment-1015592</guid>

					<description><![CDATA[Thanks for this guide, very clear and easy to follow.]]></description>
			<content:encoded><![CDATA[<p>Thanks for this guide, very clear and easy to follow.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
