1833634 Members
3458 Online
110062 Solutions
New Discussion

Ftp for non root user

 
SOLVED
Go to solution
Sirius Black
Regular Advisor

Ftp for non root user

Hi all,
I've a problem with ftp on HPUX 11.x
I create a user on my system but when I try to enter via ftp on the system with this account the ftp responde to me so:

User (10.233.152.35:(none)): ftpuser
530 User ftpuser access denied...
Accesso non riuscito.

There is some file, like solaris, that I've to configure ???
Thanks a lot
Fabrizio
3 REPLIES 3
Peter Leddy_1
Esteemed Contributor

Re: Ftp for non root user

Hi,

Check the /etc/ftpusers file for the user's id, if it is there remove the user id and the user should then be able to connect.

Peter
Mark Grant
Honored Contributor
Solution

Re: Ftp for non root user

Also, check that the user's shell is listed in /etc/shells and that /var/adm/inetd.sec ins't being used to deny them access.
Never preceed any demonstration with anything more predictive than "watch this"
Robert-Jan Goossens
Honored Contributor

Re: Ftp for non root user

Hi Fabrizio,

Look at the man page of ftpusers.

Regards,
Robert-Jan