<?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: Domain user based FTP access in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Domain-user-based-FTP-access/m-p/12972#M1178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dey &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the contents below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTP connection using NTLM authentication fails with 530 Login incorrect - User has no home directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KB ID: 2012332Version: 2.0Published date: 04/20/2011&lt;BR /&gt;Categories: Troubleshooting, Data ONTAP 7G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Symptoms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When attempting to open an FTP connection with the filer, it fails with client error: 530 Login incorrect - User has no home directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change home directory names to all lowercase letter&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUG 154006&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the options ftpd.auth_style is set to NTLM:&lt;BR /&gt; 1.Confirm that a Common Internet File System protocol (CIFS) home directory has been set. This is the home directory that FTP will use. For Data ONTAP prior to 6.4, to set the CIFS home directory, use options cifs.home_dir&lt;BR /&gt;For Data ONTAP 6.4 and newer, set the CIFS home directory by editing the /etc/cifs_homedir.cfg file and then running cifs homedir load command to activate the changes.&lt;/P&gt;&lt;P&gt;2.Confirm that the user's home directory has been created at the specified path. The home directory must be named the same as the user's login name. For example, user johnd's home directory would be named johnd.&lt;BR /&gt;3.Confirm that the user is logging in as DOMAIN\username or &lt;A href="mailto:username@domain" target="_blank"&gt;username@domain&lt;/A&gt;.&lt;BR /&gt;4.Check that the user's home directory does not contain uppercase letters. If it does, change these to lowercase letters and try again. The FTP process in DataONTAP performs the home directory lookup using all-lowercase letter. As FTP is case-sensitive, this login fails if uppercase letters are used in the home directory names.&lt;BR /&gt;Bug 154006 is currently open to track this issue. For details and to check whether this bug is fixed, please see the Bugs Online Report at BUG 154006.&lt;/P&gt;&lt;P&gt;5.A Windows user with logon permissions limited to the server via CIFS will not be able to login to the filer via FTP using NTLM authentication. The user will need to be granted priviledges to login to the system using all services in order to access the filer FTP services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kumaresan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Mar 2012 14:26:08 GMT</pubDate>
    <dc:creator>kumaraysun</dc:creator>
    <dc:date>2012-03-08T14:26:08Z</dc:date>
    <item>
      <title>Domain user based FTP access</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Domain-user-based-FTP-access/m-p/12949#M1169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am trying to fix an FTP issue . The situation is , A domainuser (mydomain\user) while trying to ftp in to the filer and gets an error "530-Login incorrect-User has no home directory". Having said that there is already an exisiting domain user by the name rdm who can ftp to the filer and get to his home dir. The ftpd.auth_style&amp;nbsp;&amp;nbsp; is mixed. So I understand that FTP server chooses NTLM authentication style for users logging in with domain credentials. Following are the steps I did to solve without any luck:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Added a user in the /etc/passwd file of the filer and generated an encrypted password with the command "cifs passwd anypassword" and copied the encrypted password in the /etc/passwd file. The syntax is as below &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Calibri','sans-serif';"&gt;rdm:&amp;lt;encrypted password&amp;gt;:10000:10001:RDM FTP:/ /vol/company/logistics/Systems/rdm:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Calibri','sans-serif';"&gt;fintran:&amp;lt;encrypted password&amp;gt;:10002:10003:FINTRAN _FTP:/vol/company/FinanceSystems/COGNOS CSV FILES:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Calibri','sans-serif';"&gt;(fintran &amp;amp; rdm&amp;nbsp; are users)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt;2&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Calibri','sans-serif';"&gt;. &lt;/STRONG&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 10pt;"&gt;Edited the /etc/usermap.cfg file with "mydomain\fintran = = fintran " . The user map file also contains mydomain\rdm = = rdm&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt;3.&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt; O&lt;SPAN style="font-family: 'MS Shell Dlg 2','sans-serif'; color: black;"&gt;ptions ftpd.dir.override “ ”&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt; &lt;STRONG style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (prior to executing this command, the value of&amp;nbsp;&amp;nbsp; ftpd.dir.override&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /vol/company/logistics/Systems/rdm). This value was set for domain user rdm to ftp to the filer and get to this directory .&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt;4. &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt;The ftpd options are set as &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ftpd.3way.enable&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; off&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ftpd.anonymous.enable&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; off&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ftpd.anonymous.home_dir&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ftpd.anonymous.name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; anonymous&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ftpd.auth_style&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mixed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ftpd.dir.override&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ftpd.dir.restriction&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; off&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ftpd.enable&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ftpd.idle_timeout&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 900s&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (value might be overwritten in takeover)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ftpd.locking&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; none&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ftpd.log.enable&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ftpd.log.filesize&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 512k&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ftpd.log.nfiles&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ftpd.max_connections&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (value might be overwritten in takeover)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ftpd.max_connections_threshold 0%&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (value might be overwritten in takeover)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ftpd.tcp_window_size&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 28960&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"mydomain\rdm" is an already exisiting working user who is able to login to the filer as FTP and get access to his directory as specified.&amp;nbsp; After having the above settings in place, it is observed that only local user "fintran" has access to the filer as FTP and get access to his default home dir as mentioned in the /etc/passwd file. But when tried with domain credentials (mydomain\fintran), he gets the "login incorrect" error. More interestingly the working user "mydomain\rdm" who had access to his home directory "/vol/company/logistics/Systems/rdm"&amp;nbsp; lost his access and gets the error "Login incorrect-User has no home directory". Upon setting the "ftpd.dir.override"&amp;nbsp; back to /vol/company/logistics/Systems/rdm , rdm is able to access with his domain credentials. The irony is mydomain\fintran needs access to "/vol/company/FinanceSystems/COGNOS CSV FILES" . Can anyone suggest if I am missing something? Is the setup correct? How can I make both domain users mydomain\fintran and mydomain\rdm have access to their resprective home directories. Any suggestions will be greatly appreciated. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;-Dey&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:33:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Domain-user-based-FTP-access/m-p/12949#M1169</guid>
      <dc:creator>GAUDEY002</dc:creator>
      <dc:date>2025-06-05T06:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Domain user based FTP access</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Domain-user-based-FTP-access/m-p/12955#M1171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just trying to make the question short &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&amp;nbsp; . Can every AD domain user have his own individual home directory? For a local user, it can be achieved by editing /etc/passwd file with the username and home dir path. So far what I have seen ,&amp;nbsp; multiple domain users can login to the filer with FTP but can get access to only one home directory which is specified under&lt;/P&gt;&lt;P&gt;ftpd.dir.override . For example, if the option ftpd.dir.override is set to /vol/volname/orange then all the domain users get redirected to /vol/volname/orange which is obvious. If I remove the ftpd.dir.override option to " " , then no domain user is able to login. From what I have seen , multiple domain users can FTP to filer but their home directory is common. Is this a restriction? Or have I missed some trick in configuring? Has anyone observed similar behavior?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any ideas&lt;/P&gt;&lt;P&gt;Dey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 12:18:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Domain-user-based-FTP-access/m-p/12955#M1171</guid>
      <dc:creator>GAUDEY002</dc:creator>
      <dc:date>2012-03-08T12:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Domain user based FTP access</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Domain-user-based-FTP-access/m-p/12961#M1174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Gaureb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to make the CIFS work with DOmain account . There is a file etc/cifs_homedir.cfg which need to contain the home directory path and then typing options cifs.home_dir should list the correct home directory path. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the link below for more information &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb.netapp.com/support/index?page=content&amp;amp;id=2012332&amp;amp;actp=LIST_RECENT&amp;amp;viewlocale=en_US&amp;amp;searchid=1331214278983" target="_blank"&gt;https://kb.netapp.com/support/index?page=content&amp;amp;id=2012332&amp;amp;actp=LIST_RECENT&amp;amp;viewlocale=en_US&amp;amp;searchid=1331214278983&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kumaresan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 13:46:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Domain-user-based-FTP-access/m-p/12961#M1174</guid>
      <dc:creator>kumaraysun</dc:creator>
      <dc:date>2012-03-08T13:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Domain user based FTP access</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Domain-user-based-FTP-access/m-p/12969#M1176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for the response Kumaresan. For some reason, I am not authorized to access the link. Would it be possible for you to send the contents of the link to my email id.. &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:gaurab.dey@hotmail.com" target="_blank"&gt;gaurab.dey@hotmail.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Dey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 14:09:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Domain-user-based-FTP-access/m-p/12969#M1176</guid>
      <dc:creator>GAUDEY002</dc:creator>
      <dc:date>2012-03-08T14:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Domain user based FTP access</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Domain-user-based-FTP-access/m-p/12972#M1178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dey &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the contents below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTP connection using NTLM authentication fails with 530 Login incorrect - User has no home directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KB ID: 2012332Version: 2.0Published date: 04/20/2011&lt;BR /&gt;Categories: Troubleshooting, Data ONTAP 7G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Symptoms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When attempting to open an FTP connection with the filer, it fails with client error: 530 Login incorrect - User has no home directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change home directory names to all lowercase letter&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUG 154006&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the options ftpd.auth_style is set to NTLM:&lt;BR /&gt; 1.Confirm that a Common Internet File System protocol (CIFS) home directory has been set. This is the home directory that FTP will use. For Data ONTAP prior to 6.4, to set the CIFS home directory, use options cifs.home_dir&lt;BR /&gt;For Data ONTAP 6.4 and newer, set the CIFS home directory by editing the /etc/cifs_homedir.cfg file and then running cifs homedir load command to activate the changes.&lt;/P&gt;&lt;P&gt;2.Confirm that the user's home directory has been created at the specified path. The home directory must be named the same as the user's login name. For example, user johnd's home directory would be named johnd.&lt;BR /&gt;3.Confirm that the user is logging in as DOMAIN\username or &lt;A href="mailto:username@domain" target="_blank"&gt;username@domain&lt;/A&gt;.&lt;BR /&gt;4.Check that the user's home directory does not contain uppercase letters. If it does, change these to lowercase letters and try again. The FTP process in DataONTAP performs the home directory lookup using all-lowercase letter. As FTP is case-sensitive, this login fails if uppercase letters are used in the home directory names.&lt;BR /&gt;Bug 154006 is currently open to track this issue. For details and to check whether this bug is fixed, please see the Bugs Online Report at BUG 154006.&lt;/P&gt;&lt;P&gt;5.A Windows user with logon permissions limited to the server via CIFS will not be able to login to the filer via FTP using NTLM authentication. The user will need to be granted priviledges to login to the system using all services in order to access the filer FTP services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kumaresan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 14:26:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Domain-user-based-FTP-access/m-p/12972#M1178</guid>
      <dc:creator>kumaraysun</dc:creator>
      <dc:date>2012-03-08T14:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Domain user based FTP access</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Domain-user-based-FTP-access/m-p/12977#M1180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kumaresan, what should be the syntax of the /etc/cifs_homedir.cfg ?&amp;nbsp; Say for instance, domain\user wants to access /vol/volname/orange as a homedir . What should be the entry in the /etc/homedir.cfg file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 14:57:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Domain-user-based-FTP-access/m-p/12977#M1180</guid>
      <dc:creator>GAUDEY002</dc:creator>
      <dc:date>2012-03-08T14:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Domain user based FTP access</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Domain-user-based-FTP-access/m-p/12983#M1181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the User wants to acess home dir then the path should be&amp;nbsp;&amp;nbsp; /vol/volname/orange/&amp;lt;userloginname&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 class="topictitle1"&gt;About home directories on the storage system&lt;/H1&gt;&lt;P&gt;Data ONTAP maps home directory names to user names, searches for home directories that you specify, and treats home directories slightly differently than regular shares&lt;/P&gt;&lt;P&gt;Data ONTAP offers the share to the user with a matching name. The user name for matching can be a Windows user name, a domain name followed by a Windows user name, or a UNIX user name.&amp;nbsp; Home directory names are not case-sensitive.&lt;/P&gt;&lt;P&gt;When Data ONTAP tries to locate the directories named after the users, it searches only the paths that you specify. These paths are called home directory paths. They can exist in different volumes.&lt;/P&gt;&lt;P&gt;The following differences exist between a home directory and other shares:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You cannot change the share-level ACL and the comment for a home directory.&lt;/LI&gt;&lt;LI&gt;The cifs shares command does not display the home directories.&lt;/LI&gt;&lt;LI&gt;The format of specifying the home directory using the Universal Naming Convention (UNC) is sometimes different from that for specifying other shares.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you specify /vol/vol1/enghome and /vol/vol2/mktghome as the home directory paths, Data ONTAP searches these paths to locate user home directories. If you create a directory for jdoe in the /vol/vol1/enghome path and a directory for jsmith in the /vol/vol2/mktghome path, both users are offered a home directory. The home directory for jdoe corresponds to the /vol/vol1/enghome/jdoe directory, and the home directory for jsmith corresponds to the /vol/vol2/mktghome/jsmith directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(&lt;A href="https://library.netapp.com/ecmdocs/ECMM1278241/html/filesag/accessing/concept/c_oc_accs_about_home_directories_on_the_storage_system.html#c_oc_accs_about_home_directories_on_the_storage_system" target="_blank"&gt;https://library.netapp.com/ecmdocs/ECMM1278241/html/filesag/accessing/concept/c_oc_accs_about_home_directories_on_the_storage_system.html#c_oc_accs_about_home_directories_on_the_storage_system&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kumaresan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 15:57:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Domain-user-based-FTP-access/m-p/12983#M1181</guid>
      <dc:creator>kumaraysun</dc:creator>
      <dc:date>2012-03-08T15:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Domain user based FTP access</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Domain-user-based-FTP-access/m-p/12989#M1182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gaurab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You solved your problem ? I am with same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Denis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 18:18:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Domain-user-based-FTP-access/m-p/12989#M1182</guid>
      <dc:creator>DENISOZORIO</dc:creator>
      <dc:date>2012-04-17T18:18:49Z</dc:date>
    </item>
  </channel>
</rss>

