<?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: SAMBA 3 Authenticating to a Windows 2003 Active Directory HOWTO</title>
	<atom:link href="http://www.brentnorris.net/blog/archives/179/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brentnorris.net/blog/archives/179</link>
	<description>The random ramblings of diablo</description>
	<lastBuildDate>Thu, 03 Jun 2010 09:05:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: ilayaraja</title>
		<link>http://www.brentnorris.net/blog/archives/179/comment-page-2#comment-75619</link>
		<dc:creator>ilayaraja</dc:creator>
		<pubDate>Tue, 01 Jun 2010 12:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentnorris.net/blog/?p=179#comment-75619</guid>
		<description>Thanks for your article. i successfully configured joined samba with my windows 2003 ADS.</description>
		<content:encoded><![CDATA[<p>Thanks for your article. i successfully configured joined samba with my windows 2003 ADS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slarti</title>
		<link>http://www.brentnorris.net/blog/archives/179/comment-page-2#comment-75537</link>
		<dc:creator>slarti</dc:creator>
		<pubDate>Sun, 14 Feb 2010 03:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentnorris.net/blog/?p=179#comment-75537</guid>
		<description>Hi Brent,
 
I found your site by trying to solve my problem for the last 4 days. Maybe you can help.

I have Fedora 11 trying to join MS 2003 R2 AD server. I followed all the steps you outlined and then I did some more experimenting, but I am consistently getting the same error :

net ads join -U administrator
Enter administrator&#039;s password:
[2010/02/14 04:33:01,  0] libads/sasl.c:819(ads_sasl_spnego_bind)
  kinit succeeded but ads_sasl_spnego_krb5_bind failed: Invalid credentials
Failed to join domain: failed to connect to AD: Invalid credentials

the net ads info works :

net ads info
LDAP server: 192.168.1.5
LDAP server name: bluead.blueteam.local
Realm: BLUETEAM.LOCAL
Bind Path: dc=BLUETEAM,dc=LOCAL
LDAP port: 389
Server time: Sun, 14 Feb 2010 04:51:54 CET
KDC server: 192.168.1.5
Server time offset: 0

I can&#039;t joint the domain. Is there anything I am missing ?
Do you need more info from me ?
Please help.

Thanks,
Mirek</description>
		<content:encoded><![CDATA[<p>Hi Brent,</p>
<p>I found your site by trying to solve my problem for the last 4 days. Maybe you can help.</p>
<p>I have Fedora 11 trying to join MS 2003 R2 AD server. I followed all the steps you outlined and then I did some more experimenting, but I am consistently getting the same error :</p>
<p>net ads join -U administrator<br />
Enter administrator&#8217;s password:<br />
[2010/02/14 04:33:01,  0] libads/sasl.c:819(ads_sasl_spnego_bind)<br />
  kinit succeeded but ads_sasl_spnego_krb5_bind failed: Invalid credentials<br />
Failed to join domain: failed to connect to AD: Invalid credentials</p>
<p>the net ads info works :</p>
<p>net ads info<br />
LDAP server: 192.168.1.5<br />
LDAP server name: bluead.blueteam.local<br />
Realm: BLUETEAM.LOCAL<br />
Bind Path: dc=BLUETEAM,dc=LOCAL<br />
LDAP port: 389<br />
Server time: Sun, 14 Feb 2010 04:51:54 CET<br />
KDC server: 192.168.1.5<br />
Server time offset: 0</p>
<p>I can&#8217;t joint the domain. Is there anything I am missing ?<br />
Do you need more info from me ?<br />
Please help.</p>
<p>Thanks,<br />
Mirek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres PH</title>
		<link>http://www.brentnorris.net/blog/archives/179/comment-page-2#comment-75503</link>
		<dc:creator>Andres PH</dc:creator>
		<pubDate>Sat, 07 Nov 2009 01:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentnorris.net/blog/?p=179#comment-75503</guid>
		<description>Thanks for your article, I am not so experienced with linux but I got.
I am using Linux Centos 3.9 with Win2k3R2 servers and is working fine.
I saw that some people did not get and this is why I want to colaborate considering that I also didnt get the first time.
1.in /etc/samba/smb.conf all lines to &quot;add:&quot; have to be in the [Global] section 
2.before joining to the domain with #net ads join..., you have to sincronize the linux server time with de AD server using the command:
#ntpupdate 
or using the GUI in SystemSetting/DateTime (enable network time protocol an declaring your AD server)
3.you have to put the smb and winbind services to start automatically, do this using the GUI in Services
4. in my case I will use the linux as a printer server and just share the /home partition with full access for AD Domain Users
5.when setting ACL for the partition you want to create user folders is better to explicity declare starting with /dev/... as in my case:
/dev/hda5 /home ext3 default,acl 1 2
because it was (and leave commented):
LABEL=/home /home etx3 default 1 2
6.I give the access to /home to all domain users
#setfacl -m g:&quot;MYDOMAIN\Domain Users&quot;:rwx /home
7.I confirmed the assignment with
#getfacl /home
and appears this line:
group:Domain Users: rwx
8.now every user that is in the domain can connect to the linux server with full access to the /home partition without asking user/password
9.only in the PCs that are not in the domain, ie in workgroup I have to log with user@mydomain.com and password usisng the credential with some account from AD
10.I also can see the printers shared on the linux server but I still can connect to it, if someone can help me i will apreciate otherwise I will search how to do by myself
thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for your article, I am not so experienced with linux but I got.<br />
I am using Linux Centos 3.9 with Win2k3R2 servers and is working fine.<br />
I saw that some people did not get and this is why I want to colaborate considering that I also didnt get the first time.<br />
1.in /etc/samba/smb.conf all lines to &#8220;add:&#8221; have to be in the [Global] section<br />
2.before joining to the domain with #net ads join&#8230;, you have to sincronize the linux server time with de AD server using the command:<br />
#ntpupdate<br />
or using the GUI in SystemSetting/DateTime (enable network time protocol an declaring your AD server)<br />
3.you have to put the smb and winbind services to start automatically, do this using the GUI in Services<br />
4. in my case I will use the linux as a printer server and just share the /home partition with full access for AD Domain Users<br />
5.when setting ACL for the partition you want to create user folders is better to explicity declare starting with /dev/&#8230; as in my case:<br />
/dev/hda5 /home ext3 default,acl 1 2<br />
because it was (and leave commented):<br />
LABEL=/home /home etx3 default 1 2<br />
6.I give the access to /home to all domain users<br />
#setfacl -m g:&#8221;MYDOMAIN\Domain Users&#8221;:rwx /home<br />
7.I confirmed the assignment with<br />
#getfacl /home<br />
and appears this line:<br />
group:Domain Users: rwx<br />
8.now every user that is in the domain can connect to the linux server with full access to the /home partition without asking user/password<br />
9.only in the PCs that are not in the domain, ie in workgroup I have to log with <a href="mailto:user@mydomain.com">user@mydomain.com</a> and password usisng the credential with some account from AD<br />
10.I also can see the printers shared on the linux server but I still can connect to it, if someone can help me i will apreciate otherwise I will search how to do by myself<br />
thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oes tsetnoc</title>
		<link>http://www.brentnorris.net/blog/archives/179/comment-page-2#comment-75490</link>
		<dc:creator>oes tsetnoc</dc:creator>
		<pubDate>Mon, 28 Sep 2009 08:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentnorris.net/blog/?p=179#comment-75490</guid>
		<description>Hi, Just like to tell you that this piece of info is one quick to the point, no nonsense, workable and effective way to have directories shared in Ubuntu as fast as possible. It worked for me and thank you for the effort. Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Hi, Just like to tell you that this piece of info is one quick to the point, no nonsense, workable and effective way to have directories shared in Ubuntu as fast as possible. It worked for me and thank you for the effort. Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence Okpoho</title>
		<link>http://www.brentnorris.net/blog/archives/179/comment-page-2#comment-75450</link>
		<dc:creator>Lawrence Okpoho</dc:creator>
		<pubDate>Tue, 07 Jul 2009 10:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentnorris.net/blog/?p=179#comment-75450</guid>
		<description>i got this error when i type net ads join -U username@DOMAIN
ads_connect: Transport endpoint is not connected</description>
		<content:encoded><![CDATA[<p>i got this error when i type net ads join -U username@DOMAIN<br />
ads_connect: Transport endpoint is not connected</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santosh Sonavale</title>
		<link>http://www.brentnorris.net/blog/archives/179/comment-page-2#comment-75413</link>
		<dc:creator>Santosh Sonavale</dc:creator>
		<pubDate>Mon, 13 Apr 2009 11:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentnorris.net/blog/?p=179#comment-75413</guid>
		<description>Dear Sir,

I joined windows 2003 domain with my linux machine. Actually I want to make my linux machine (OS RHEL5) as a File Server for all domain users. I want to take a backup of all windows domain client machines to my linux machine. So I want to create a directory for each user with user can store data upto 5GB. I don&#039;t want to create smbusers as per the domain list &amp; smbpasswd as per domain. Linux machine should authenticate with windows domain controller so domain user can easily access a directory which is assigned to the user on a linux machine.

Waiting for ur reply.....asap.  

Regards,

Santosh Sonavale.</description>
		<content:encoded><![CDATA[<p>Dear Sir,</p>
<p>I joined windows 2003 domain with my linux machine. Actually I want to make my linux machine (OS RHEL5) as a File Server for all domain users. I want to take a backup of all windows domain client machines to my linux machine. So I want to create a directory for each user with user can store data upto 5GB. I don&#8217;t want to create smbusers as per the domain list &amp; smbpasswd as per domain. Linux machine should authenticate with windows domain controller so domain user can easily access a directory which is assigned to the user on a linux machine.</p>
<p>Waiting for ur reply&#8230;..asap.  </p>
<p>Regards,</p>
<p>Santosh Sonavale.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ndbinh</title>
		<link>http://www.brentnorris.net/blog/archives/179/comment-page-1#comment-75412</link>
		<dc:creator>ndbinh</dc:creator>
		<pubDate>Wed, 08 Apr 2009 06:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentnorris.net/blog/?p=179#comment-75412</guid>
		<description>Dear Brent.
I was try to join Samba server to AD 2003 but I can&#039;t, I have some problem, the info error :

[root@TESTER ~]# net ads join -U Administrator@DIGI-TEXX.LOCAL
Administrator@DIGI-TEXX.LOCAL&#039;s password:
Using short domain name -- DIGI-TEXX
Failed to set servicePrincipalNames. Please ensure that
the DNS domain of this server matches the AD domain,
Or rejoin with using Domain Admin credentials.
Deleted account for &#039;TESTER&#039; in realm &#039;DIGI-TEXX.LOCAL&#039;
Failed to join domain: Type or value exists

Can you tell me how to fix the error.

Thanks &amp; best regards.</description>
		<content:encoded><![CDATA[<p>Dear Brent.<br />
I was try to join Samba server to AD 2003 but I can&#8217;t, I have some problem, the info error :</p>
<p>[root@TESTER ~]# net ads join -U <a href="mailto:Administrator@DIGI-TEXX.LOCAL">Administrator@DIGI-TEXX.LOCAL</a><br />
<a href="mailto:Administrator@DIGI-TEXX.LOCAL">Administrator@DIGI-TEXX.LOCAL</a>&#8216;s password:<br />
Using short domain name &#8212; DIGI-TEXX<br />
Failed to set servicePrincipalNames. Please ensure that<br />
the DNS domain of this server matches the AD domain,<br />
Or rejoin with using Domain Admin credentials.<br />
Deleted account for &#8216;TESTER&#8217; in realm &#8216;DIGI-TEXX.LOCAL&#8217;<br />
Failed to join domain: Type or value exists</p>
<p>Can you tell me how to fix the error.</p>
<p>Thanks &amp; best regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff White</title>
		<link>http://www.brentnorris.net/blog/archives/179/comment-page-1#comment-75406</link>
		<dc:creator>Geoff White</dc:creator>
		<pubDate>Thu, 12 Mar 2009 22:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentnorris.net/blog/?p=179#comment-75406</guid>
		<description>After getting this working a couple of times, I have found that it usually needs a reboot of both the DC and the Linux box to get it working properly.

Normally you can join the domain, but there are problems getting windbind to fetch users and groups.</description>
		<content:encoded><![CDATA[<p>After getting this working a couple of times, I have found that it usually needs a reboot of both the DC and the Linux box to get it working properly.</p>
<p>Normally you can join the domain, but there are problems getting windbind to fetch users and groups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tank Abbot</title>
		<link>http://www.brentnorris.net/blog/archives/179/comment-page-1#comment-75401</link>
		<dc:creator>Tank Abbot</dc:creator>
		<pubDate>Wed, 04 Mar 2009 21:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentnorris.net/blog/?p=179#comment-75401</guid>
		<description>Does anyone know if this same procedure will work using a Windows 2008 AD Domain? I use RHEL 5.3 and Fedora 10. Thanks! Great site!!</description>
		<content:encoded><![CDATA[<p>Does anyone know if this same procedure will work using a Windows 2008 AD Domain? I use RHEL 5.3 and Fedora 10. Thanks! Great site!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CentOS5 (RHEL5) + 9TB Drive + AD + Win/OSX clients +&#160;BackupEXEC - Blog - Networks &#124; Email &#124; Mobile &#124; Websites &#124; Online Marketing - Vancouver, Canada - Chatswood Computer Consultants Ltd.</title>
		<link>http://www.brentnorris.net/blog/archives/179/comment-page-1#comment-75382</link>
		<dc:creator>CentOS5 (RHEL5) + 9TB Drive + AD + Win/OSX clients +&#160;BackupEXEC - Blog - Networks &#124; Email &#124; Mobile &#124; Websites &#124; Online Marketing - Vancouver, Canada - Chatswood Computer Consultants Ltd.</dc:creator>
		<pubDate>Mon, 02 Feb 2009 16:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentnorris.net/blog/?p=179#comment-75382</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] Samba  http://www.brentnorris.net/blog/?p=179 [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://www.brentnorris.net/home/.kizmet/diablo250/brentnorris.net/blog/wp-content/plugins/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] Samba  <a href="http://www.brentnorris.net/blog/?p=179" rel="nofollow">http://www.brentnorris.net/blog/?p=179</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
