Operating System - HP-UX
1838081 Members
3692 Online
110124 Solutions
New Discussion

User access denied in FTP and patch installation.

 
Marites Aguilar
Occasional Contributor

User access denied in FTP and patch installation.

Hi,
I'm trying to ftp our server but I got error 520 User access denied. It
doesn't do this before not until I ran the passwd command and then when I try
to log-in again it tells me to change my password which I did. And when trying
to access SAM for users it pops up an error and does not continue anymore.
Someone advises me from this site to load PHCO_19006 w/c I haven't done yet
bec. I do not know the exact procedures and commands in doing this. I'm
learning Unix. If anyone can provide me with the steps and how to resolve my
ftp error I gladly appreciate it.

Thanks in advance.
3 REPLIES 3
Evan Day_1
Frequent Advisor

Re: User access denied in FTP and patch installation.

Are you trying to FTP to your server, or FTP from your server to another
machine?
Marites Aguilar
Occasional Contributor

Re: User access denied in FTP and patch installation.

Hi Evan,
We have more than 3 servers and our setup is an NT enterprise.

Thanks,

Tess
Fernando Pena
New Member

Re: User access denied in FTP and patch installation.

Hellow Marites !

Make sure the following shells are valid and reconognized by ftp by executing :

vi /etc/shells

/bin/sh
/bin/rsh
/bin/ksh
/bin/rksh
/bin/csh
/bin/pam
/usr/bin/keysh
/bin/posix/sh
/sbin/sh
/usr/bin/sh
/usr/bin/rsh
/usr/bin/ksh
/usr/bin/rksh
/usr/bin/csh
/usr/bin/keysh
Edit the password file if appropiate :

ftp:*:500:1:Anonymous FTP user:/home//ftp:/usr/bin/false

Goodbye !!