I'm trying to setup FTP on a new Filer and I'm running into some issues.
My version of ONTAP is 6.5.1R1, it's a CIFS only environment. My options ftpd.auth_style is NTLM My options cifs.home_dir_namestyle is mapped
If I have cifs.home_dir_namestyle set to ntname everything works fine. All we use home directories for is FTP'ing though, which is only done by some service accounts. So I'd like to use mapped namestyle and set home directories on individual accounts.
So in my passwd file I have a line sevans::10:10:Testing FTP:/vol/vol0/test:
My usermap.cfg file has DOMAIN\sevans == sevans
Now shouldn't that work? When I try to ftp in I'm told 530 /: Login incorrect - User has no home directory. Login failed.
Steve Evans SDSU Foundation
Steve;
Add three ":" after the second 10 (for a total of four). I think this will get you where you need to be. A good reference is: http://sysadmin.eila.jussieu.fr/cgi-bin/triv-man.cgi?passwd+5
Please let us know if this helps, or if I got the number of ":" wrong...thanks...
JKB
-----Original Message----- From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of Steve Evans Sent: Monday, August 09, 2004 6:45 PM To: toasters@mathworks.com Subject: FTP on new Filer
I'm trying to setup FTP on a new Filer and I'm running into some issues.
My version of ONTAP is 6.5.1R1, it's a CIFS only environment. My options ftpd.auth_style is NTLM My options cifs.home_dir_namestyle is mapped
If I have cifs.home_dir_namestyle set to ntname everything works fine. All we use home directories for is FTP'ing though, which is only done by some service accounts. So I'd like to use mapped namestyle and set home directories on individual accounts.
So in my passwd file I have a line sevans::10:10:Testing FTP:/vol/vol0/test:
My usermap.cfg file has DOMAIN\sevans == sevans
Now shouldn't that work? When I try to ftp in I'm told 530 /: Login incorrect - User has no home directory. Login failed.
Steve Evans SDSU Foundation