Thanks,
Richard Renshaw - rrens_at_hcia.com
Huehls, Mark R. - huehlsm_at_indy.navy.mil
Lucio Chiappetti - lucio_at_ifctr.mi.cnr.it - thanks for your explanation
My original question :
>
> Hi Managers,
>
> I want to create one unix user account that enable it to use only
> the FTP service ( disabling the login service ), as the "anonymous"
> account but enabling the passwd.
>
>
> Thanks.
>
The better solution to my local problem :
I add to file /etc/shells the line "/bin/false" , and configure it with
shell of
user account. The result was that the user account created can use ftp
service but can not use login.
File /etc/shells :
/usr/bin/sh
/usr/bin/csh
/usr/bin/ksh
/bin/sh
/bin/csh
/bin/ksh
/bin/false
the line of file /etc/passwd of user account :
paul:xxxxx:111:26:Account Test FTP only:/usr/users/paul:/bin/false
Received on Wed Sep 24 1997 - 22:49:57 NZST