<?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 WFA Local User 7-Mode Creation with CIFS access permission in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Local-User-7-Mode-Creation-with-CIFS-access-permission/m-p/109347#M19289</link>
    <description>&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;I have suscessfully to create local user on 7-Mode controller with be command below:&lt;/P&gt;&lt;P&gt;####################&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;param (&lt;BR /&gt;[parameter(Mandatory=$true, HelpMessage="Cluster (controller) IP or name.")]&lt;BR /&gt;[string]$Cluster,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$false, HelpMessage="Name of the vfiler.")]&lt;BR /&gt;[string]$vFiler,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$true, HelpMessage="User Name.")]&lt;BR /&gt;[string]$User,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$true, HelpMessage="Password.")]&lt;BR /&gt;[Alias("Password_Password")]&lt;BR /&gt;[string]$Password&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# connect to controller&lt;BR /&gt;Connect-WfaController -Array $Cluster&lt;/P&gt;&lt;P&gt;Get-WFALogger -Info -message $("Creating User share: " + $User + "Password: "+ $Password)&lt;BR /&gt;# Add User&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$SecPassword= Get-WfaInputPassword -EncryptedPassword $Password&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New-NaUser -User $User -Password $SecPassword -Groups "Users"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;######&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the output of the command as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2558-09-02 at 6.59.27 PM.png" style="width: 591px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/3538iA1443BD524630B33/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2558-09-02 at 6.59.27 PM.png" alt="Screen Shot 2558-09-02 at 6.59.27 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as you can see on the storage site:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;netapp-dc&amp;gt; useradmin user list test_user_02&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Name: test_user_02&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Info:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Rid: 131091&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Groups: Users&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Full Name:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Allowed Capabilities: api-snmp-get,api-snmp-get-next&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Password min/max age in days: 0/4294967295&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Status: enabled&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;_________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the user has been created&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;__________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;netapp-dc&amp;gt; cifs shares&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Name Mount Point Description&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;---- ----------- -----------&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ETC$ /etc Remote Administration&amp;nbsp;BUILTIN\Administrators / Full Control&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;HOME /vol/vol0/home Default Share&amp;nbsp;everyone / Full Control&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;C$ / Remote Administration&amp;nbsp;BUILTIN\Administrators / Full Control&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SJP_SAPSWAP /vol/SJP_SAPSWAP/SJP_SAPSWAP&amp;nbsp;** priv access only **&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;cifs_test /vol/cifs_test&amp;nbsp;everyone &amp;nbsp;/ Full Control&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;________________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then i have try to give the access to &lt;STRONG&gt;test_user_02&lt;/STRONG&gt; to &lt;STRONG&gt;cifs_test&lt;/STRONG&gt; shares&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;________________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;netapp-dc&amp;gt; cifs access cifs_test test_user_02 Full Control&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Unknown user/group test_user_02&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;_______________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so in order to solve the problem i have to use Oncommand system manager to set password for &lt;STRONG&gt;test_user_02&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2558-09-02 at 7.17.29 PM.png" style="width: 444px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/3539i8A10492095EE10BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2558-09-02 at 7.17.29 PM.png" alt="Screen Shot 2558-09-02 at 7.17.29 PM.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after that the user would be able to add to the cifs access:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;netapp-dc&amp;gt; cifs access cifs_test test_user_02 Full Control&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;1 share(s) have been successfully modified&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so anyone have any idea what was wrong in the WFA command.&lt;/P&gt;&lt;P&gt;why do i need to reset password via Oncommand System Manager in order to make use of the User that create by WFA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Richy&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 23:24:29 GMT</pubDate>
    <dc:creator>Richy_TH</dc:creator>
    <dc:date>2025-06-04T23:24:29Z</dc:date>
    <item>
      <title>WFA Local User 7-Mode Creation with CIFS access permission</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Local-User-7-Mode-Creation-with-CIFS-access-permission/m-p/109347#M19289</link>
      <description>&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;I have suscessfully to create local user on 7-Mode controller with be command below:&lt;/P&gt;&lt;P&gt;####################&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;param (&lt;BR /&gt;[parameter(Mandatory=$true, HelpMessage="Cluster (controller) IP or name.")]&lt;BR /&gt;[string]$Cluster,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$false, HelpMessage="Name of the vfiler.")]&lt;BR /&gt;[string]$vFiler,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$true, HelpMessage="User Name.")]&lt;BR /&gt;[string]$User,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$true, HelpMessage="Password.")]&lt;BR /&gt;[Alias("Password_Password")]&lt;BR /&gt;[string]$Password&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# connect to controller&lt;BR /&gt;Connect-WfaController -Array $Cluster&lt;/P&gt;&lt;P&gt;Get-WFALogger -Info -message $("Creating User share: " + $User + "Password: "+ $Password)&lt;BR /&gt;# Add User&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$SecPassword= Get-WfaInputPassword -EncryptedPassword $Password&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New-NaUser -User $User -Password $SecPassword -Groups "Users"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;######&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the output of the command as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2558-09-02 at 6.59.27 PM.png" style="width: 591px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/3538iA1443BD524630B33/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2558-09-02 at 6.59.27 PM.png" alt="Screen Shot 2558-09-02 at 6.59.27 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as you can see on the storage site:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;netapp-dc&amp;gt; useradmin user list test_user_02&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Name: test_user_02&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Info:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Rid: 131091&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Groups: Users&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Full Name:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Allowed Capabilities: api-snmp-get,api-snmp-get-next&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Password min/max age in days: 0/4294967295&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Status: enabled&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;_________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the user has been created&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;__________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;netapp-dc&amp;gt; cifs shares&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Name Mount Point Description&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;---- ----------- -----------&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ETC$ /etc Remote Administration&amp;nbsp;BUILTIN\Administrators / Full Control&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;HOME /vol/vol0/home Default Share&amp;nbsp;everyone / Full Control&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;C$ / Remote Administration&amp;nbsp;BUILTIN\Administrators / Full Control&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SJP_SAPSWAP /vol/SJP_SAPSWAP/SJP_SAPSWAP&amp;nbsp;** priv access only **&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;cifs_test /vol/cifs_test&amp;nbsp;everyone &amp;nbsp;/ Full Control&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;________________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then i have try to give the access to &lt;STRONG&gt;test_user_02&lt;/STRONG&gt; to &lt;STRONG&gt;cifs_test&lt;/STRONG&gt; shares&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;________________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;netapp-dc&amp;gt; cifs access cifs_test test_user_02 Full Control&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Unknown user/group test_user_02&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;_______________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so in order to solve the problem i have to use Oncommand system manager to set password for &lt;STRONG&gt;test_user_02&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2558-09-02 at 7.17.29 PM.png" style="width: 444px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/3539i8A10492095EE10BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2558-09-02 at 7.17.29 PM.png" alt="Screen Shot 2558-09-02 at 7.17.29 PM.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after that the user would be able to add to the cifs access:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;netapp-dc&amp;gt; cifs access cifs_test test_user_02 Full Control&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;1 share(s) have been successfully modified&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so anyone have any idea what was wrong in the WFA command.&lt;/P&gt;&lt;P&gt;why do i need to reset password via Oncommand System Manager in order to make use of the User that create by WFA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Richy&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 23:24:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Local-User-7-Mode-Creation-with-CIFS-access-permission/m-p/109347#M19289</guid>
      <dc:creator>Richy_TH</dc:creator>
      <dc:date>2025-06-04T23:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Local User 7-Mode Creation with CIFS access permission</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Local-User-7-Mode-Creation-with-CIFS-access-permission/m-p/109354#M19290</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The cmdlet&amp;nbsp;New-NaUser expects -Password in string format. See below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS H:\&amp;gt; get-help New-NaUser&lt;/P&gt;&lt;P&gt;NAME&lt;BR /&gt;New-NaUser&lt;BR /&gt;&lt;BR /&gt;SYNOPSIS&lt;BR /&gt;Adds a user given the information provided.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SYNTAX&lt;BR /&gt;New-NaUser [-User] &amp;lt;String&amp;gt; &lt;FONT color="#FF0000"&gt;[-Password] &amp;lt;String&amp;gt;&lt;/FONT&gt; [-FullName &amp;lt;String&amp;gt;] [-Comment &amp;lt;String&amp;gt;] [-Groups&lt;BR /&gt;&amp;lt;String[]&amp;gt;] [-PasswordMinAge &amp;lt;Int64&amp;gt;] [-PasswordMaxAge &amp;lt;Int64&amp;gt;] [-Controller &amp;lt;NaController&amp;gt;]&lt;BR /&gt;[&amp;lt;CommonParameters&amp;gt;]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cmdlet Get-WfaInputPassword returns the password in SecureString format and not plain sting that you entered at command execution.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Convert it to plain-text by adding the below line&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$PlainPassword= ConvertFromSecureToPlain -SecurePassword $SecPassword&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sinhaa&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 13:30:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Local-User-7-Mode-Creation-with-CIFS-access-permission/m-p/109354#M19290</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-09-02T13:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Local User 7-Mode Creation with CIFS access permission</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Local-User-7-Mode-Creation-with-CIFS-access-permission/m-p/109436#M19305</link>
      <description>&lt;P&gt;thank you so much. sinhaa &amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Richy&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2015 08:43:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Local-User-7-Mode-Creation-with-CIFS-access-permission/m-p/109436#M19305</guid>
      <dc:creator>Richy_TH</dc:creator>
      <dc:date>2015-09-04T08:43:35Z</dc:date>
    </item>
  </channel>
</rss>

