<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities: Message List - ESX - Active Directory Integration: Kerberos?</title>
    <link>http://communities.vmware.com/community/vmtn/vi/esx3.5?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Tue, 12 May 2009 18:00:43 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-05-12T18:00:43Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: ESX - Active Directory Integration: Kerberos?</title>
      <link>http://communities.vmware.com/message/1249863?tstart=0#1249863</link>
      <description>Thanks a lot for your answer &lt;img src="!" alt="!" class="jive-image"  /&gt;&lt;br /&gt;
&lt;br /&gt;
This explains a lot.  I've inherited the --enablekrb5 command, and could not explain what this could add to the --enablead command.&lt;br /&gt;
It only gave us errors and account lockouts.&lt;br /&gt;
&lt;br /&gt;
Now I can explain why to let it out.&lt;br /&gt;
&lt;br /&gt;
Thanks and kind regards,&lt;br /&gt;
&lt;br /&gt;
Harold</description>
      <pubDate>Tue, 12 May 2009 18:00:43 GMT</pubDate>
      <author>hharold</author>
      <guid>http://communities.vmware.com/message/1249863?tstart=0#1249863</guid>
      <dc:date>2009-05-12T18:00:43Z</dc:date>
      <clearspace:dateToText>6 months, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX - Active Directory Integration: Kerberos?</title>
      <link>http://communities.vmware.com/message/1249854?tstart=0#1249854</link>
      <description>enablekrb5 is not required.  The enablead will setup your kerberos configuration to talk to ad.  the krb5 option is to be used when you're using a KDC that is not active directory.  Also, when you create an account on the ESX side, it is pretty much an account with no password.  At least no password from the UNIX shadow file perspective.  The authentication works by checking the local files for the username (since ad is not being used for the user db, only authentication), then checking the password against local files, which have no password, so failure there, and then continuing to ad through kerberos, for a successful check.  If you are trying to create an account with a password on the ESX system, then that is the problem.  You don't need to set that, in fact, that needs to be no password, so without ad, the user can not effectively log into the system through ssh or console.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
-KjB&lt;br /&gt;
VMware vExpert</description>
      <pubDate>Tue, 12 May 2009 17:46:28 GMT</pubDate>
      <author>kjb007</author>
      <guid>http://communities.vmware.com/message/1249854?tstart=0#1249854</guid>
      <dc:date>2009-05-12T17:46:28Z</dc:date>
      <clearspace:dateToText>6 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>ESX - Active Directory Integration: Kerberos?</title>
      <link>http://communities.vmware.com/message/1249248?tstart=0#1249248</link>
      <description>Hi all,&lt;br /&gt;
&lt;p /&gt;
We are setting up AD integration for SSH accounts on ESX 3.5 U3.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;esxcfg-auth --enablead&lt;/b&gt; works just fine: &lt;br /&gt;
&lt;i&gt;esxcfg-auth --enablead --addomain=our.domain.com --addc=our.domain.com&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
For some reason there was already an extra line in the configuration script: &lt;b&gt;esxcfg-auth --enablekrb5&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;esxcfg-auth --enablekrb5 --krb5realm=our.domain.com --krb5kdc=our.domain.com --krb5adminserver=our.domain.com&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
As soon as this last command is entered things go wrong.&lt;br /&gt;
When adding a local account with this powershell command, we get this error:&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;New-VMHostAccount : 5/12/2009 10:17:11 AM    New-VMHostAccount    52976ebb-2d24&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;-f493-9aa3-bca7894ef581    A general system error occurred: passwd: Authenticat&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;ion token manipulation error&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
The local account is actually created, but the Active Directory equivalent gets locked out, after several of these events:&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;Pre-authentication failed&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;User Name:	TEST-USER&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;User ID:		DOMAIN\TEST-USER&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Service Name:	kadmin/changepw&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Pre-Authentication Type:	0x0&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Failure Code:	0x19&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Client Address:	10.10.120.16&lt;/i&gt;&lt;br /&gt;
&lt;p /&gt;
Now I have two questions for you:&lt;br /&gt;
1.  Does any one how to solve the lock-out problem&lt;br /&gt;
2. Is &lt;b&gt;--enablekrb5&lt;/b&gt; necessary? What does it gives me extra besides the &lt;b&gt;--enablead&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
Thanks for your help!&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Harold</description>
      <pubDate>Tue, 12 May 2009 08:45:57 GMT</pubDate>
      <author>hharold</author>
      <guid>http://communities.vmware.com/message/1249248?tstart=0#1249248</guid>
      <dc:date>2009-05-12T08:45:57Z</dc:date>
      <clearspace:dateToText>6 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
  </channel>
</rss>

