<?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: FreeBSD: Setup Samba as an AD Domain Member	</title>
	<atom:link href="https://blog.andreev.it/2016/08/93-freebsd-setup-samba-as-an-ad-domain-member/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.andreev.it/2016/08/93-freebsd-setup-samba-as-an-ad-domain-member/</link>
	<description></description>
	<lastBuildDate>Sat, 24 Oct 2020 13:16:50 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Angel Villa		</title>
		<link>https://blog.andreev.it/2016/08/93-freebsd-setup-samba-as-an-ad-domain-member/#comment-271</link>

		<dc:creator><![CDATA[Angel Villa]]></dc:creator>
		<pubDate>Wed, 05 Aug 2020 22:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=2676#comment-271</guid>

					<description><![CDATA[Hello,
I have followed the tutorial and I also ran into the error of the other user.
In another manual https://samba.ninja/2018/08/freebsd-11-active-directory-member-server, the smb4.conf file contains other lines that I have added, finally looking like this:

#======================= Global Settings =====================================
[global]
    realm = MYLAB.LOCAL
    workgroup = MYLAB
    security = ADS
    winbind enum users = yes
    winbind enum groups = yes
    winbind nss info = rfc2307
    idmap config * : range = 100000-299999
    idmap config * : backend = tdb
    winbind use default domain = yes
    winbind nested groups = yes
    winbind refresh tickets = yes

    template shell = /bin/sh
    template homedir = /home/%D/%U

    log file = /var/log/samba4/log.%m
    max log size = 50

#============================ Share Definitions ==============================

Thank you for the manaul!]]></description>
			<content:encoded><![CDATA[<p>Hello,<br />
I have followed the tutorial and I also ran into the error of the other user.<br />
In another manual <a href="https://samba.ninja/2018/08/freebsd-11-active-directory-member-server" rel="nofollow ugc">https://samba.ninja/2018/08/freebsd-11-active-directory-member-server</a>, the smb4.conf file contains other lines that I have added, finally looking like this:</p>
<p>#======================= Global Settings =====================================<br />
[global]<br />
    realm = MYLAB.LOCAL<br />
    workgroup = MYLAB<br />
    security = ADS<br />
    winbind enum users = yes<br />
    winbind enum groups = yes<br />
    winbind nss info = rfc2307<br />
    idmap config * : range = 100000-299999<br />
    idmap config * : backend = tdb<br />
    winbind use default domain = yes<br />
    winbind nested groups = yes<br />
    winbind refresh tickets = yes</p>
<p>    template shell = /bin/sh<br />
    template homedir = /home/%D/%U</p>
<p>    log file = /var/log/samba4/log.%m<br />
    max log size = 50</p>
<p>#============================ Share Definitions ==============================</p>
<p>Thank you for the manaul!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kliment Andreev		</title>
		<link>https://blog.andreev.it/2016/08/93-freebsd-setup-samba-as-an-ad-domain-member/#comment-214</link>

		<dc:creator><![CDATA[Kliment Andreev]]></dc:creator>
		<pubDate>Sun, 15 Jul 2018 20:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=2676#comment-214</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.andreev.it/2016/08/93-freebsd-setup-samba-as-an-ad-domain-member/#comment-213&quot;&gt;Iskimnya .&lt;/a&gt;.

Are you using FreeBSD and which version? Did you install samba 4.4 or some other version?
What&#039;s the version of the Windows domain controller OS?
Can you send the smb4.conf file? Were you able to join the BSD box to AD with net ads join -U administrator?
Do you have these two lines in /etc/rc.conf?
samba_server_enable=&quot;YES&quot;
winbindd_enable=&quot;YES&quot;
When you start samba with service samba_server start, do you see winbind started? Can you see it running with ps -waux &#124; grep winbind?
Any errors in /var/log/samba4 directory or /var/log/messages?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.andreev.it/2016/08/93-freebsd-setup-samba-as-an-ad-domain-member/#comment-213">Iskimnya .</a>.</p>
<p>Are you using FreeBSD and which version? Did you install samba 4.4 or some other version?<br />
What&#8217;s the version of the Windows domain controller OS?<br />
Can you send the smb4.conf file? Were you able to join the BSD box to AD with net ads join -U administrator?<br />
Do you have these two lines in /etc/rc.conf?<br />
samba_server_enable=&#8221;YES&#8221;<br />
winbindd_enable=&#8221;YES&#8221;<br />
When you start samba with service samba_server start, do you see winbind started? Can you see it running with ps -waux | grep winbind?<br />
Any errors in /var/log/samba4 directory or /var/log/messages?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Iskimnya .		</title>
		<link>https://blog.andreev.it/2016/08/93-freebsd-setup-samba-as-an-ad-domain-member/#comment-213</link>

		<dc:creator><![CDATA[Iskimnya .]]></dc:creator>
		<pubDate>Sun, 15 Jul 2018 17:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=2676#comment-213</guid>

					<description><![CDATA[Thank you for this great article. I followed it until I reached getting users from active directory using wbinfo -u command. I got the following error: 

could not obtain winbind interface details: WBC_ERR_WINBIND_NOT_AVAILABLE
could not obtain winbind domain name!
Error looking up domain users

Is there any solution for this issue? 
thanks in advance.]]></description>
			<content:encoded><![CDATA[<p>Thank you for this great article. I followed it until I reached getting users from active directory using wbinfo -u command. I got the following error: </p>
<p>could not obtain winbind interface details: WBC_ERR_WINBIND_NOT_AVAILABLE<br />
could not obtain winbind domain name!<br />
Error looking up domain users</p>
<p>Is there any solution for this issue?<br />
thanks in advance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: foo foo		</title>
		<link>https://blog.andreev.it/2016/08/93-freebsd-setup-samba-as-an-ad-domain-member/#comment-212</link>

		<dc:creator><![CDATA[foo foo]]></dc:creator>
		<pubDate>Sat, 05 May 2018 11:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=2676#comment-212</guid>

					<description><![CDATA[Thank you for the guide!  I have successfully connected two ESXi FreeBSD passthrough VMs to my domain network for Windows network  ZFS storage, was able to get over 100MB/s throughput in CrystalDiskMark when mapped as network drive on 1000baseT network.  Adapted slightly for Samba48 and krb5-116 on FreeBSD 11.1-RELEASE.  Also works great for Ubuntu 18.04 (almost exactly the same config).   If interested, both guides are here: http://vlog.averyfreeman.com/doku.php/freebsd.tv.recording.computer and here: http://vlog.averyfreeman.com/doku.php/winbind_offline_logon Feedback welcome!]]></description>
			<content:encoded><![CDATA[<p>Thank you for the guide!  I have successfully connected two ESXi FreeBSD passthrough VMs to my domain network for Windows network  ZFS storage, was able to get over 100MB/s throughput in CrystalDiskMark when mapped as network drive on 1000baseT network.  Adapted slightly for Samba48 and krb5-116 on FreeBSD 11.1-RELEASE.  Also works great for Ubuntu 18.04 (almost exactly the same config).   If interested, both guides are here: <a href="http://vlog.averyfreeman.com/doku.php/freebsd.tv.recording.computer" rel="nofollow ugc">http://vlog.averyfreeman.com/doku.php/freebsd.tv.recording.computer</a> and here: <a href="http://vlog.averyfreeman.com/doku.php/winbind_offline_logon" rel="nofollow ugc">http://vlog.averyfreeman.com/doku.php/winbind_offline_logon</a> Feedback welcome!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
