<?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: CIFS local group issue with 9.1 in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-local-group-issue-with-9-1/m-p/430165#M39651</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had a same problem in my environment &amp;amp; reconfigured the below setting along with Cifs restart which solved this problem&lt;/P&gt;&lt;P&gt;vserver cifs options show -vserver&amp;nbsp; &amp;lt;XXXXXX&amp;gt; -fields is-admin-users-mapped-to-root-enabled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Dec 2021 13:16:07 GMT</pubDate>
    <dc:creator>Arunkumar_G</dc:creator>
    <dc:date>2021-12-16T13:16:07Z</dc:date>
    <item>
      <title>CIFS local group issue with 9.1</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-local-group-issue-with-9-1/m-p/131380#M28632</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i upgraded a 2240 from 7mode to cdot, with 8.3.2p11 i made a complete init and after a minimal config i upgraded to 9.1p3. Here i have a strange issue with CIFS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the SystemManager i created a new CIFS SVM, on the first screen i entered all infos, the second screen with the AD join i skipped and on the third screen i enterd a password for the vsadmin and then i completed the wizard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the shell i entered:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;vserver cifs create -vserver cifs-test  -cifs-server cifs-test -workgroup test&lt;/PRE&gt;&lt;P&gt;So i created a minimal CIFS configuration. Now i entered this command to see the rights of the local Administrator user:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;diag secd authentication show-creds -node san-cl01-02 -vserver cifs-test  -win-name administrator

UNIX UID: pcuser &amp;lt;&amp;gt; Windows User: CIFS-TEST\Administrator (Windows Local User)

GID: pcuser
Supplementary GIDs:
  pcuser

Windows Membership:
User is also a member of Everyone, Authenticated Users, and Network Users

Privileges (0x2000):
  SeChangeNotifyPrivilege&lt;/PRE&gt;&lt;P&gt;My problems:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Why is the mapping to "pcuser", not "root"?&lt;/P&gt;&lt;P&gt;- Why isn't there listed the "BUILTIN\Administrators" group at Windows membership?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On a other 2240 with 9.1p3 i got with a new SVM with a workgroup this result:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;diag secd authentication show-creds -node na-cl01-01 -vserver test-cifs -win-name administrator

UNIX UID: root &amp;lt;&amp;gt; Windows User: TEST-CIFS\Administrator (Windows Local User)

GID: daemon
Supplementary GIDs:
  daemon

Windows Membership:
  BUILTIN\Administrators (Windows Alias)
User is also a member of Everyone, Authenticated Users, and Network Users

Privileges (0x2237):
  SeBackupPrivilege
  SeRestorePrivilege
  SeTakeOwnershipPrivilege
  SeSecurityPrivilege
  SeChangeNotifyPrivilege&lt;/PRE&gt;&lt;P&gt;This happens on every CIFS SVM i create. Even when i add a different SVM to the AD, the local groups don't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the local Administrators group:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/7246i17F86B30C71E12A2/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="group.jpg" title="group.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My user, the Administrator of the CIFS SVM and the Domain Administrators are member.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enter i the command again, i got this result:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;diag secd authentication show-creds -node san-cl01-02 -vserver svm-cifs1 -win-name xx\basys_raudonis

UNIX UID: pcuser &amp;lt;&amp;gt; Windows User: XX\basys_raudonis (Windows Domain User)

GID: pcuser
Supplementary GIDs:
  pcuser

Windows Membership:
  XX\User-Standard (Windows Domain group)
  XX\Domänen-Benutzer (Windows Domain group)
  XX\Domänen-Admins (Windows Domain group)
  XX\User-WorkerOffice (Windows Domain group)
  XX\Abgelehnte RODC-Kennwortreplikationsgruppe (Windows Alias)
  Vom Dienst bestätigte ID (Windows Well known group)
User is also a member of Everyone, Authenticated Users, and Network Users

Privileges (0x2000):
  SeChangeNotifyPrivilege&lt;/PRE&gt;&lt;P&gt;So i got all AD Groups, but no local Groups. But there must be "BUILTIN\Users" and "BUILTIN\Administrators".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The main problem with this is, i can't access directory's that only grant access to the local Administrators group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What goes wrong here? Have i missed something?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 May 2017 11:46:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-local-group-issue-with-9-1/m-p/131380#M28632</guid>
      <dc:creator>sraudonis</dc:creator>
      <dc:date>2017-05-27T11:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS local group issue with 9.1</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-local-group-issue-with-9-1/m-p/131383#M28633</link>
      <description>&lt;P&gt;I took a very log telephone call with the support. There i a known issue whan upgrading from 7Mode to ONTAP 9, finaly after we made a configuration reload and a restart of the CIFS SVM all is working fine.&lt;/P&gt;</description>
      <pubDate>Sat, 27 May 2017 18:57:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-local-group-issue-with-9-1/m-p/131383#M28633</guid>
      <dc:creator>sraudonis</dc:creator>
      <dc:date>2017-05-27T18:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS local group issue with 9.1</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-local-group-issue-with-9-1/m-p/135542#M29770</link>
      <description>&lt;P&gt;Hello , Could you please provide us exactly what was done to fix this issue ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this just by rebooting of CIFS services fixed this issue ?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 20:05:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-local-group-issue-with-9-1/m-p/135542#M29770</guid>
      <dc:creator>JacobV</dc:creator>
      <dc:date>2017-10-24T20:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS local group issue with 9.1</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-local-group-issue-with-9-1/m-p/430165#M39651</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had a same problem in my environment &amp;amp; reconfigured the below setting along with Cifs restart which solved this problem&lt;/P&gt;&lt;P&gt;vserver cifs options show -vserver&amp;nbsp; &amp;lt;XXXXXX&amp;gt; -fields is-admin-users-mapped-to-root-enabled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 13:16:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-local-group-issue-with-9-1/m-p/430165#M39651</guid>
      <dc:creator>Arunkumar_G</dc:creator>
      <dc:date>2021-12-16T13:16:07Z</dc:date>
    </item>
  </channel>
</rss>

