<?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: Add domain user to predefined group Adminstrators in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Add-domain-user-to-predefined-group-Adminstrators/m-p/107088#M22076</link>
    <description>&lt;P&gt;it might be treating smith as a local user during log in. Can you try logging in with "domain\userid"?&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jul 2015 16:30:54 GMT</pubDate>
    <dc:creator>rwelshman</dc:creator>
    <dc:date>2015-07-07T16:30:54Z</dc:date>
    <item>
      <title>Add domain user to predefined group Adminstrators</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Add-domain-user-to-predefined-group-Adminstrators/m-p/107059#M22070</link>
      <description>&lt;P&gt;I have added my user to the predefined group of Administrators:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;useradmin domainuser add smith -g Administrators&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The command completed successfully: &lt;SPAN&gt;Domain User &amp;lt;smith&amp;gt; successfully added to Administrators.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I tried to login with ssh to the Filer with usrname smith, but access is denied. Why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 23:53:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Add-domain-user-to-predefined-group-Adminstrators/m-p/107059#M22070</guid>
      <dc:creator>USER_2000</dc:creator>
      <dc:date>2025-06-04T23:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Add domain user to predefined group Adminstrators</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Add-domain-user-to-predefined-group-Adminstrators/m-p/107088#M22076</link>
      <description>&lt;P&gt;it might be treating smith as a local user during log in. Can you try logging in with "domain\userid"?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 16:30:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Add-domain-user-to-predefined-group-Adminstrators/m-p/107088#M22076</guid>
      <dc:creator>rwelshman</dc:creator>
      <dc:date>2015-07-07T16:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add domain user to predefined group Adminstrators</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Add-domain-user-to-predefined-group-Adminstrators/m-p/107116#M22089</link>
      <description>&lt;P&gt;Hi Andreas,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you setup authorized keys for the user to enable you ssh to controller?&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=1010841&amp;amp;locale=en_US&amp;amp;access=s" href="https://kb.netapp.com/support/index?page=content&amp;amp;id=1010841&amp;amp;locale=en_US&amp;amp;access=s" target="_blank"&gt;https://kb.netapp.com/support/index?page=content&amp;amp;id=1010841&amp;amp;locale=en_US&amp;amp;access=s&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so and this is not working have you checked if you can login to console as the domain user? EG:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;login as: testlab\User1&lt;BR /&gt;testlab\User1@testns01's password:&lt;BR /&gt;&lt;BR /&gt;TESTNS01&amp;gt; useradmin domainuser list -g Administrators&lt;BR /&gt;List of SIDS in Administrators&lt;BR /&gt;S-1-5-21-2023032884-559416622-1423020307-500&lt;BR /&gt;S-1-5-21-3150332139-2813398079-754052488-512&lt;BR /&gt;S-1-5-32-544&lt;BR /&gt;S-1-5-21-3150332139-2813398079-754052488-1110&lt;BR /&gt;&lt;BR /&gt;For more information about a user, use the 'cifs lookup' and 'useradmin user list' commands.&lt;BR /&gt;TESTNS01&amp;gt; cifs lookup S-1-5-21-3150332139-2813398079-754052488-1110&lt;BR /&gt;name = TESTLAB\User1&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Verify the users SID and sAMAccountName in AD.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;C:\&amp;gt;dsquery user -samid user1 | dsget user -samid -sid&lt;BR /&gt;&amp;nbsp; samid&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sid&lt;BR /&gt;&amp;nbsp; User1&amp;nbsp;&amp;nbsp;&amp;nbsp; S-1-5-21-3150332139-2813398079-754052488-1110&lt;BR /&gt;dsget succeeded&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When setting up authorized keys for SSH access consider the case of the username.&lt;/P&gt;&lt;P&gt;EG "User1" in AD (uppercase first letter) is not "user1" in ONTAP (lowercase first letter)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/matt&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 00:37:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Add-domain-user-to-predefined-group-Adminstrators/m-p/107116#M22089</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2015-07-08T00:37:47Z</dc:date>
    </item>
  </channel>
</rss>

