<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Authentication failure to cDot controller connecting from powershell in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Authentication-failure-to-cDot-controller-connecting-from-powershell/m-p/101437#M1396</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hpadmana -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may want to compare user1 and user2 with the 'security login show' command.&lt;/P&gt;&lt;P&gt;( &lt;A target="_blank" href="https://library.netapp.com/ecmdocs/ECMP1511539/html/security/login/show.html"&gt;https://library.netapp.com/ecmdocs/ECMP1511539/html/security/login/show.html&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope this response has been helpful to you.&lt;BR /&gt;&lt;BR /&gt;At your service,&lt;BR /&gt;&lt;BR /&gt;Eugene E. Kashpureff, Sr.&lt;BR /&gt;Independent NetApp Consultant &lt;A target="_blank" href="http://www.linkedin.com/in/eugenekashpureff"&gt;http://www.linkedin.com/in/eugenekashpureff&lt;/A&gt;&lt;BR /&gt;Senior NetApp Instructor, IT Learning Solutions &lt;A target="_blank" href="http://sg.itls.asia/netapp"&gt;http://sg.itls.asia/netapp&lt;/A&gt;&lt;BR /&gt;(P.S. I appreciate 'kudos' on any helpful posts.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Mar 2015 04:01:56 GMT</pubDate>
    <dc:creator>ekashpureff</dc:creator>
    <dc:date>2015-03-06T04:01:56Z</dc:date>
    <item>
      <title>Authentication failure to cDot controller connecting from powershell</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Authentication-failure-to-cDot-controller-connecting-from-powershell/m-p/101426#M1394</link>
      <description>&lt;P&gt;Authentication is failing for my ‘domain\user1_us’ but it works for one teammate’s “domain\user2_us” account. Also 'admin' user is working fine. We were wondering because both of us have same permissions on NAS as well as on Active Directory.Accounts created using,&lt;/P&gt;&lt;P&gt;#&amp;nbsp;security login create -vserver vservername -username domain\user1_us -application ssh -authmethod domain -role admin&lt;/P&gt;&lt;P&gt;#&amp;nbsp;security login create -vserver&amp;nbsp;vservername -username domain\user1_us -application ontapi -authmethod&amp;nbsp; domain -role admin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following 2 lines will be responsible.&lt;/P&gt;&lt;P&gt;$pwd = Get-Credential -credential "domain\user1_us”&lt;/P&gt;&lt;P&gt;Connect-NcController “clustername” -vserver “vservername” -Credential $pwd -ErrorAction silentlycontinue | Out-Null&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Really appreciate the help.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 04:55:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Authentication-failure-to-cDot-controller-connecting-from-powershell/m-p/101426#M1394</guid>
      <dc:creator>hpadmana</dc:creator>
      <dc:date>2025-06-05T04:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication failure to cDot controller connecting from powershell</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Authentication-failure-to-cDot-controller-connecting-from-powershell/m-p/101434#M1395</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;No issues with your powershell code, have you check the secd.log file (/mroot/etc/log/mlog/secd.log) for authentication errors from the domain user in question? See this KB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title=" https://kb.netapp.com/support/index?page=content&amp;amp;id=1012894&amp;amp;locale=en_US" href="https://kb.netapp.com/support/index?page=content&amp;amp;id=1012894&amp;amp;locale=en_US" target="_self"&gt;https://kb.netapp.com/support/index?page=content&amp;amp;id=1012894&amp;amp;locale=en_US&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You could try a "diag secd trace".&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;/matt&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2015 02:56:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Authentication-failure-to-cDot-controller-connecting-from-powershell/m-p/101434#M1395</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2015-03-06T02:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication failure to cDot controller connecting from powershell</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Authentication-failure-to-cDot-controller-connecting-from-powershell/m-p/101437#M1396</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hpadmana -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may want to compare user1 and user2 with the 'security login show' command.&lt;/P&gt;&lt;P&gt;( &lt;A target="_blank" href="https://library.netapp.com/ecmdocs/ECMP1511539/html/security/login/show.html"&gt;https://library.netapp.com/ecmdocs/ECMP1511539/html/security/login/show.html&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope this response has been helpful to you.&lt;BR /&gt;&lt;BR /&gt;At your service,&lt;BR /&gt;&lt;BR /&gt;Eugene E. Kashpureff, Sr.&lt;BR /&gt;Independent NetApp Consultant &lt;A target="_blank" href="http://www.linkedin.com/in/eugenekashpureff"&gt;http://www.linkedin.com/in/eugenekashpureff&lt;/A&gt;&lt;BR /&gt;Senior NetApp Instructor, IT Learning Solutions &lt;A target="_blank" href="http://sg.itls.asia/netapp"&gt;http://sg.itls.asia/netapp&lt;/A&gt;&lt;BR /&gt;(P.S. I appreciate 'kudos' on any helpful posts.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2015 04:01:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Authentication-failure-to-cDot-controller-connecting-from-powershell/m-p/101437#M1396</guid>
      <dc:creator>ekashpureff</dc:creator>
      <dc:date>2015-03-06T04:01:56Z</dc:date>
    </item>
  </channel>
</rss>

