<?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: Integrate Ubuntu 16.04 to AD as a Domain Member with Samba and Winbind &#8211; Part 8	</title>
	<atom:link href="https://www.tecmint.com/join-ubuntu-to-active-directory-domain-member-samba-winbind/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/join-ubuntu-to-active-directory-domain-member-samba-winbind/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 28 May 2021 14:39:35 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: El		</title>
		<link>https://www.tecmint.com/join-ubuntu-to-active-directory-domain-member-samba-winbind/comment-page-1/#comment-1512362</link>

		<dc:creator><![CDATA[El]]></dc:creator>
		<pubDate>Fri, 28 May 2021 14:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24982#comment-1512362</guid>

					<description><![CDATA[Hi, thanks for sharing the articles. 

I have followed the instructions, and it failed to join the &lt;strong&gt;samba4&lt;/strong&gt; domain. 

Error is &lt;strong&gt;kinit&lt;/strong&gt; succeeded but ads_sasl_spnego_gensec_bind(KRB5) failed: Invalid credentials
Failed to join domain: failed to connect to AD: Invalid credentials

In wireshark, client requests with LDAP bindrequest SASL and server replied BindResponse  :
bindResponse(4) invalidCredentials (SASL:[GSS-SPNEGO]: NT_STATUS_LOGON_FAILURE) 

Do you have any ideas why it failed? thanks in advance!

El]]></description>
			<content:encoded><![CDATA[<p>Hi, thanks for sharing the articles. </p>
<p>I have followed the instructions, and it failed to join the <strong>samba4</strong> domain. </p>
<p>Error is <strong>kinit</strong> succeeded but ads_sasl_spnego_gensec_bind(KRB5) failed: Invalid credentials<br />
Failed to join domain: failed to connect to AD: Invalid credentials</p>
<p>In wireshark, client requests with LDAP bindrequest SASL and server replied BindResponse  :<br />
bindResponse(4) invalidCredentials (SASL:[GSS-SPNEGO]: NT_STATUS_LOGON_FAILURE) </p>
<p>Do you have any ideas why it failed? thanks in advance!</p>
<p>El</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://www.tecmint.com/join-ubuntu-to-active-directory-domain-member-samba-winbind/comment-page-1/#comment-1352184</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Tue, 11 Aug 2020 12:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24982#comment-1352184</guid>

					<description><![CDATA[There is a bug in this tutorial.

If you change &lt;strong&gt;/etc/nsswitch.conf&lt;/strong&gt; same as on the picture you can lose root control on your ubuntu.]]></description>
			<content:encoded><![CDATA[<p>There is a bug in this tutorial.</p>
<p>If you change <strong>/etc/nsswitch.conf</strong> same as on the picture you can lose root control on your ubuntu.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Manoj Gupta		</title>
		<link>https://www.tecmint.com/join-ubuntu-to-active-directory-domain-member-samba-winbind/comment-page-1/#comment-1333298</link>

		<dc:creator><![CDATA[Manoj Gupta]]></dc:creator>
		<pubDate>Wed, 13 May 2020 08:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24982#comment-1333298</guid>

					<description><![CDATA[Hi,

Thanks for sharing this useful information. My question is, if ubuntu or Linux machine is using SSH keys (Public / Private keys) to access the ubuntu machine, instead of a password, then how do we authenticate or integrate Ubuntu machine into a windows Ad server.

Regards;
Manoj Gupta]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for sharing this useful information. My question is, if ubuntu or Linux machine is using SSH keys (Public / Private keys) to access the ubuntu machine, instead of a password, then how do we authenticate or integrate Ubuntu machine into a windows Ad server.</p>
<p>Regards;<br />
Manoj Gupta</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sergey		</title>
		<link>https://www.tecmint.com/join-ubuntu-to-active-directory-domain-member-samba-winbind/comment-page-1/#comment-1331022</link>

		<dc:creator><![CDATA[Sergey]]></dc:creator>
		<pubDate>Thu, 30 Apr 2020 09:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24982#comment-1331022</guid>

					<description><![CDATA[Thanks for such a great tutorial! 

I have a question that bothers me a lot and I haven&#039;t found anything clear about it - how to force Samba to automatically update DNS records of my client Ubuntu machines? I get &lt;strong&gt;DNS_UPDATE_FAILED&lt;/strong&gt; when trying to join a machine with DHCP address, but join works fine if I set up information in &lt;strong&gt;/etc/hosts&lt;/strong&gt; where I set &quot;&lt;strong&gt;ip_address fqd&lt;/strong&gt;n&quot; of a machine. 

But if I change the IP address of a client machine, Samba doesn&#039;t know anything about it, until I add new A record manually through &quot;&lt;strong&gt;samba-tool dns update&lt;/strong&gt;&quot;.]]></description>
			<content:encoded><![CDATA[<p>Thanks for such a great tutorial! </p>
<p>I have a question that bothers me a lot and I haven&#8217;t found anything clear about it &#8211; how to force Samba to automatically update DNS records of my client Ubuntu machines? I get <strong>DNS_UPDATE_FAILED</strong> when trying to join a machine with DHCP address, but join works fine if I set up information in <strong>/etc/hosts</strong> where I set &#8220;<strong>ip_address fqd</strong>n&#8221; of a machine. </p>
<p>But if I change the IP address of a client machine, Samba doesn&#8217;t know anything about it, until I add new A record manually through &#8220;<strong>samba-tool dns update</strong>&#8220;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Parveen Kumar		</title>
		<link>https://www.tecmint.com/join-ubuntu-to-active-directory-domain-member-samba-winbind/comment-page-1/#comment-1308630</link>

		<dc:creator><![CDATA[Parveen Kumar]]></dc:creator>
		<pubDate>Thu, 26 Dec 2019 18:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24982#comment-1308630</guid>

					<description><![CDATA[Hello, I have followed this article, but facing a problem, 

The ubuntu gets joined to the domain, &lt;code&gt;wbinfo -u&lt;/code&gt; and&lt;code&gt; wbinfo -g&lt;/code&gt; doesn&#039;t return any results, I learned that this is a known bug.

My issue is, now I can&#039;t log in to my ubuntu machine, every time I try, It gives an error, &quot;Sorry, that didn&#039;t work, please try again&quot;.]]></description>
			<content:encoded><![CDATA[<p>Hello, I have followed this article, but facing a problem, </p>
<p>The ubuntu gets joined to the domain, <code>wbinfo -u</code> and<code> wbinfo -g</code> doesn&#8217;t return any results, I learned that this is a known bug.</p>
<p>My issue is, now I can&#8217;t log in to my ubuntu machine, every time I try, It gives an error, &#8220;Sorry, that didn&#8217;t work, please try again&#8221;.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
